catalogicsoftware / ngx-dynamic-dashboard-framework

This is a JSON driven angular x based dashboard framework that is inspired by JIRA's dashboard implementation and https://github.com/raulgomis/angular-dashboard-framework
MIT License
187 stars 95 forks source link

can I generate angular library or private package? #14

Open prajapatijayesh opened 5 years ago

prajapatijayesh commented 5 years ago

We really like this dashboard and would love to start using it in a prod environment.

So, our idea is to convert your codebase into an angular library or npm private package.

Then we will start using this private generated library or package into our codebase.

I found one solution about how to generate angular library by using the following package

ng-packagr

But, Not got success to generate a library or package

It would be helpful if you can provide some guild lines or steps about to generate private npm package based on a codebase.

Question? the codebase is cooperative to create a library?

jayhamilton commented 5 years ago

@prajapatijayesh I looked at ng-packagr some time ago but never committed the time to learning it well enough to produce the library. I would gladly welcome any contributions on this front. So, yes the code base is cooperative to create a library.