File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,9 @@ We have good experience using these editors:
208
208
* How do I start the app when I get ` EACCES ` and ` EADDRINUSE ` errors?
209
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__/ `
210
210
* How to use ` sass ` for css?
211
- * ` loaders: ['raw-loader','sass-loader'] ` and ` @Component({ styles: [ require('./filename.scss') ] }) `
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
+ * How do I test a Service?
213
+ * See issue [ #130 ] ( https://github.com/AngularClass/angular2-webpack-starter/issues/130#issuecomment-158872648 )
212
214
213
215
# Support, Questions, or Feedback
214
216
> Contact us anytime for anything about this repo or Angular 2
You can’t perform that action at this time.
0 commit comments