jaumard / ngx-dashboard

Dashboard library for angular 4 and more
https://jaumard.github.io/ngx-dashboard/demo/demoDist/index.html
MIT License
71 stars 31 forks source link

how to run in angular 4 #18

Closed waleed-sarwar closed 7 years ago

waleed-sarwar commented 7 years ago

hi,

i want to use this package in my angular 4 project but its not working even i tried to run the demo but thats too not working

can you help me to run this package

in demo it gives error no dist folder exists at the which is mention in code app.component.ts file

many thanks

jaumard commented 7 years ago

Hello,

For the demo it's a little bit tricky to make it run. Here is what I did:

cd ngx-dashboard
npm i 
npm run build
cd demo 
npm i
cd src
ln -s ../../src/dist/ .
cd ..
npm start

Let me know if it's ok now :)

waleed-sarwar commented 7 years ago

thanks it works