From 9e7bcfab33b1e85c4a7f50f02d98c41bd3bb9618 Mon Sep 17 00:00:00 2001 From: Per Djurner Date: Wed, 28 Sep 2016 21:05:53 -0400 Subject: [PATCH] docs(changelog): clarified upgrade instructions (#8277) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee991b029a..f3af105a32 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` 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`.