diff --git a/CHANGELOG.md b/CHANGELOG.md index f3af105a32..98b4699d5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`, `pipes` and `directives` entries in `@Component`, and their corresponding `import` statements, from your pages. +9. Remove any use of the `providers`, `pipes` and `directives` arrays in `@Component`. 10. Change any uses of the `private` TypeScript keyword to `public`.