docs(aio): correct abbreviation (#16295)

change abbreviation from 'ES' to 'ES2015'. the 'ES2015' abbreviation is used elsewhere in the tutorial.
This commit is contained in:
swseverance 2017-04-28 00:39:46 -04:00 committed by Miško Hevery
parent 81925fa66d
commit fbde2a8010
1 changed files with 1 additions and 1 deletions

View File

@ -918,7 +918,7 @@ such as `RouterLink` and `RouterOutlet`.
### Update *AppModule*
Delete the routing configuration from `AppModule` and import the `AppRoutingModule`.
Use an ES `import` statement *and* add it to the `NgModule.imports` list.
Use an ES2015 `import` statement *and* add it to the `NgModule.imports` list.
Here is the revised `AppModule`, compared to its pre-refactor state: