Hey,

down votefavorite 
<https://stackoverflow.com/questions/37711037/angular2-material-used-with-systemjs-for-angular2#>

I have followed the TUTORIAL: TOUR OF HEROES on enter link description here 
<https://angular.io/docs/ts/latest/tutorial/>

I'm trying to add angular2-material to it but i'm not able to get the CSS 
to work properly. What am I missing or doing wrong?

my systemjs configuration 
<https://github.com/skiarn/heroes-example-angular2/blob/master/systemjs.config.js>

I have made following configuration in app.component.ts

import {MD_LIST_DIRECTIVES} from '@angular2-material/list/list';
@Component({
  selector: 'my-app',
  template:
  ....
  directives: [HeroDetailComponent,MD_LIST_DIRECTIVES],


See attached screenshot to see rendering I get.

Thanks for any reply!

-- 
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 https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to