You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I add this module the following code stop working and breaks with an error. No matter what I try to set, styleUrls: ["src/app.scss"] I can't get things to work?
@Component({ selector: "App", template: "<h1>{{msg}}</h1>", styleUrls: ["src/app.scss"] }) export class AppComponent { msg: string = "Welcome to Angular 2"; }
The text was updated successfully, but these errors were encountered:
I tired "./src/app.scss", "./app/scss", "app.scss", the point is it's working just right before I use "angular2-template-loader", adding to use it should not break working code.
When I add this module the following code stop working and breaks with an error. No matter what I try to set, styleUrls: ["src/app.scss"] I can't get things to work?
@Component({ selector: "App", template: "<h1>{{msg}}</h1>", styleUrls: ["src/app.scss"] }) export class AppComponent { msg: string = "Welcome to Angular 2"; }
The text was updated successfully, but these errors were encountered: