File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ We have good experience using these editors:
206
206
* Is Angular 2 production ready yet?
207
207
* No, please visit [ Is Angular 2 Ready Yet?] ( http://splintercode.github.io/is-angular-2-ready/ ) website.
208
208
* How do I start the app when I get ` EACCES ` and ` EADDRINUSE ` errors?
209
- * The ` EADDRINUSE ` error means the port ` 3000 ` is currently being used and ` EACCES ` is lack of permission for webpack to build files to ` ./__build__ / `
209
+ * The ` EADDRINUSE ` error means the port ` 3000 ` is currently being used and ` EACCES ` is lack of permission for webpack to build files to ` ./dist / `
210
210
* How to use ` sass ` for css?
211
211
* ` loaders: ['raw-loader','sass-loader'] ` and ` @Component({ styles: [ require('./filename.scss') ] }) ` see issue [ #136 ] ( https://github.com/AngularClass/angular2-webpack-starter/issues/136 )
212
212
* How do I test a Service?
You can’t perform that action at this time.
0 commit comments