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 8ababa2

Browse files
minor fix
1 parent e6cd5d6 commit 8ababa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ A: Various ways - for example: Input/Output properties, services, ViewChild/View
4444

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

47-
A: By using the two-way binding syntax [()] along with ngModel...
47+
A: By using the two-way binding syntax [()] (along with ngModel, if you're doing this in the context of a form control element).
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: One way would be to up angular2-logger, which is a package inspired by log4j.
55+
PA: One way would be to use 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 によって変換されたページ (->オリジナル) /