0
  • So far I used angular 2 quickstart to create a new project.

  • I decided to start using the angular 2 cli and created a new angular 2 cli project.

  • Moved all my filese and installed all packages again.

Now, when I'm trying to use the angular 2 material in my CLI project, so I followed the guide in here but this is what I get:

enter image description here

What could have gone wrong?

TheUnreal
  • 23,434
  • 46
  • 157
  • 277
  • did you configured your system.config.ts file for appropriate changes? I added angular2-material to my barrels array in system.config.ts file and it works for me. – Bhushan Gadekar Jul 08 '16 at 10:31

2 Answers2

1

http://www.primefaces.org/ultima-ng/ take a look at this one it's coming as a angular-cli application just npm install and ng serve is enough for fully functional material admin template in angular 2.

Mertcan Diken
  • 14,483
  • 2
  • 26
  • 33
0

It seems that you didn't define angular2-material in your package.json in devDependencies you should put your package and version and after npm install