Hello everybody.

I have just upgraded from alpha45 to aplha46 and my css files that are 
referenced in my components are  raising errors on browser and on the build 
process.

the component code is 

@Component(
  selector: "main"
)
@View(
  templateUrl: "package:angular2_example/components/main_component.html",
  styleUrls: const 
["package:angular2_example/components/main_component.css"]
)
class MainComponent{
  
}


i am getting the following error on browser

'package:angular2_example/components/main_component.css.shim.dart': error: 
line 5 pos 53: unterminated string literal
      const STYLES = const ['div[_ngcontent-%COMP%]{
                                                    ^: 
package:angular2_example/components/main_component.css.shim.dart


Has something change on referencing style files or its a bug?

I have the example <https://github.com/avoivo/angular2_example> on github 



-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to