mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(changelog): clarified upgrade instructions (#8277)
This commit is contained in:
committed by
Brandy Carney
parent
b5ebd05602
commit
9e7bcfab33
@@ -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`.
|
||||
|
||||
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`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user