mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
docs(changelog): make it more clear that pipes also need to be added to the declarations array. (#8276)
This commit is contained in:

committed by
Brandy Carney

parent
edc100e16e
commit
4b58899df8
@ -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`.
|
||||
|
||||
|
Reference in New Issue
Block a user