Skip to content

Commit 12adba2

Browse files
committed
Update README.md
1 parent 46d6327 commit 12adba2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,9 @@ We have good experience using these editors:
208208
* How do I start the app when I get `EACCES` and `EADDRINUSE` errors?
209209
* The `EADDRINUSE` error means the port `3000` is currently being used and `EACCES` is lack of permission for webpack to build files to `./__build__/`
210210
* 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)
212214

213215
# Support, Questions, or Feedback
214216
> Contact us anytime for anything about this repo or Angular 2

0 commit comments

Comments
 (0)