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?

1
  • 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. Commented Jul 8, 2016 at 10:31

2 Answers 2

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.

Sign up to request clarification or add additional context in comments.

Comments

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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.