From bca67e5486c63665ac3c0222d6a9ba7c514dc265 Mon Sep 17 00:00:00 2001 From: Pius Nyakoojo Date: Sun, 21 Aug 2016 01:27:47 -0500 Subject: [PATCH] Removed moduleId Removed moduleId property from @Component decorator object. Reason: https://github.com/angular/angular-cli/blob/master/WEBPACK_UPDATE.md 1. Updated Files ./src/app/app.component.ts (and all other components) - removed module.id, sass/less/stylus preprocessing now uses the real extension in styleUrls instead of .css. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9b16b22453f2..3d30a82d7e5a 100644 --- a/README.md +++ b/README.md @@ -262,7 +262,6 @@ To use these prepocessors simply add the file to your component's `styleUrls`: ``` @Component({ - moduleId: module.id, selector: 'app-root', templateUrl: 'app.component.html', styleUrls: ['app.component.scss']