From 50afa15543ce039618ae7d5bd5fd72a5617a9f0b Mon Sep 17 00:00:00 2001 From: Josh Garwood Date: Fri, 30 Sep 2016 13:43:52 -0400 Subject: [PATCH] doc(): udpate changelog Closes #8364 --- CHANGELOG.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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 `