docs(changelog): clarified upgrade instructions (#8277)

This commit is contained in:
Per Djurner
2016-09-28 21:05:53 -04:00
committed by Brandy Carney
parent b5ebd05602
commit 9e7bcfab33

View File

@ -343,7 +343,7 @@ Note: For details on NgModules you can read the Angular docs on them [here](http
8. Import and add each of your providers to the `providers` array in `src/app/app.module.ts`. 8. Import and add each of your providers to the `providers` array in `src/app/app.module.ts`.
9. Remove any use of the `providers` entry in `@Component` from your pages. 9. Remove any use of the `providers`, `pipes` and `directives` entries in `@Component`, and their corresponding `import` statements, from your pages.
10. Change any uses of the `private` TypeScript keyword to `public`. 10. Change any uses of the `private` TypeScript keyword to `public`.