docs(changelog): make it more clear that pipes also need to be added to the declarations array. (#8276)

This commit is contained in:
Per Djurner
2016-09-28 20:28:45 -04:00
committed by Brandy Carney
parent edc100e16e
commit 4b58899df8

View File

@ -339,7 +339,7 @@ Note: For details on NgModules you can read the Angular docs on them [here](http
6. Import and add each of your pages to the `declarations` array and the `entryComponents` array in `src/app/app.module.ts`.
7. Import and add each of your custom components to the `declarations` array in `src/app/app.module.ts`.
7. Import and add each of your custom components and pipes to the `declarations` 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`.