file name fixed

This commit is contained in:
John Papa 2015-10-15 22:05:48 -04:00
parent 9659b5122b
commit 37175274a2
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ include ../../../../_includes/_util-fns
* We declared our use of `NgModel` and other Form directives
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").
import {bootstrap, Component, FORM_DIRECTIVES} from 'angular2/angular2';