diff --git a/CHANGELOG.md b/CHANGELOG.md index 422c9ad5659..48839d56503 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -345,7 +345,7 @@ Note: For details on NgModules you can read the Angular docs on them [here](http 9. Remove any use of the `providers`, `pipes` and `directives` arrays in `@Component`. -10. Change any uses of the `private` TypeScript keyword to `public`. +10. Change any uses of the `private` TypeScript keyword to `public` ONLY for component variables that are needed in the associated template. 11. Change `