TwanoO67 / ngx-admin-lte

Admin LTE for Angular 2/4/6/8 as a NPM package
MIT License
108 stars 47 forks source link

Any way to work with source instead of published package? #61

Closed igortg closed 5 years ago

igortg commented 6 years ago

I tried to run a sample application by installing ngx-admin-lte through npm link, but had no success.

What is the best way to test changes in the source code?

fabioformosa commented 6 years ago

Have you linked your project to the 'dist' folder of ngx-admin-lte?

igortg commented 6 years ago

Humm... so I must run npm link on the dist folder instead of root folder? Will try that.