file name fixed
This commit is contained in:
parent
9659b5122b
commit
37175274a2
|
@ -273,7 +273,7 @@ include ../../../../_includes/_util-fns
|
||||||
* We declared our use of `NgModel` and other Form directives
|
* We declared our use of `NgModel` and other Form directives
|
||||||
by setting the component's `directives` metadata property to the `FORMS_DIRECTIVES` array.
|
by setting the component's `directives` metadata property to the `FORMS_DIRECTIVES` array.
|
||||||
|
|
||||||
Here's the complete `AppComponent.ts` as it stands now:
|
Here's the complete `app.ts` as it stands now:
|
||||||
|
|
||||||
code-example(format="linenums").
|
code-example(format="linenums").
|
||||||
import {bootstrap, Component, FORM_DIRECTIVES} from 'angular2/angular2';
|
import {bootstrap, Component, FORM_DIRECTIVES} from 'angular2/angular2';
|
||||||
|
|
Loading…
Reference in New Issue