Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3e336c1

Browse files
Updated readme
1 parent 2702e8d commit 3e336c1

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

‎README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
1-
# angular-2-interview-questions
2-
Angular 2 Interview Questions... And Answers!
1+
# Angular 2 Interview Questions... And Answers!
2+
3+
This is a collection of Angular 2 interview questions I've found online, along with possible reasonable answers for most of them. Feel free to contribute / send corrections.
4+
5+
Note: PA == Possible Answer (one of many valid ones), A == Answer.
6+
7+
## Animations Questions
8+
9+
** How do you define transition between two states? **
10+
PA: Using the transition and animate function in an animations block like so: `animations: [transition('inactive => active'), animate('100 ms ease-in')]`
11+
12+
** How do you define a wildcare state? **
13+
14+
A: Using the asterisk - example: `transition('* => active'), animate('100ms ease-in'))`
15+
16+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /