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 e6cd5d6

Browse files
Few typo fixes
1 parent b671989 commit e6cd5d6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a collection of Angular 2 interview questions I've found online, along with (hopefully) correct answers for most of them. Feel free to contribute / send corrections.
44

5-
Note: PA == Possible Answer (one of many valid ones), A == Answer.
5+
Note: "PA" === Possible Answer (one of many valid ones), and "A" === Answer.
66

77
## Animations Questions
88

@@ -36,23 +36,23 @@ A: A component is a directive with a template (representing a view).
3636

3737
**What are different kinds of directives supported in Angular 2?**
3838

39-
A: Structural, directive, component, and attribute directives.
39+
A: Structural, component, and attribute directives.
4040

4141
**How do components communicate with each other?**
4242

43-
A: Various ways - for example: Input/Output properties, services, ViewChild/ViewContent...
43+
A: Various ways - for example: Input/Output properties, services, ViewChild/ViewContent.
4444

4545
**How do you create two way data binding in Angular 2.0?**
4646

47-
Answer: By using the two-way binding syntax [()] along with ngModel...
47+
A: By using the two-way binding syntax [()] along with ngModel...
4848

4949
**How would you create a component to display error messages throughout your application?**
5050

5151
A: Implement your own ErrorHandler and configure it in the list of providers for the modules you want it used in.
5252

5353
**How would you support logging in your Angular app?**
5454

55-
PA: Set up angular2-logger, which is a package inspired by log4j.
55+
PA: One way would be to up angular2-logger, which is a package inspired by log4j.
5656

5757
**How do you resolve a template URL relative to a Component class?**
5858

0 commit comments

Comments
(0)

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