Questions tagged [angular2-styleguide]

18 questions
0
votes
1 answer

Angular 2 css styles

I am writing an angular2 application using angular-cli. I follow the structure like - global styles are imported/put in styles.scss which is specified in angular-cli.json -> styles: [] - each component will have its own scss Everything is working…
Huy Nguyen
  • 85
  • 1
  • 3
0
votes
1 answer

Angular 2 Style Guide Helper in Atom — Missing Feature

My supervisor has Atom with eight plugins for Angular. I have the same eight plugins installed. But I'm missing a feature that he has, and we're not sure what plugin or preferences will provide the feature. It is to do with the Angular 2 Style…
BBaysinger
  • 6,614
  • 13
  • 63
  • 132
0
votes
1 answer

Styling loading state before Angular2 app starts not working?

In my index.html, I want to show users a loading state before Angular2 app starts/ bootstraps.
I am trying to give…
1
2