-
Notifications
You must be signed in to change notification settings - Fork 32
Package as compiled JS #38
Comments
This package is really helpful, we use it for several internal libraries: https://github.com/dherges/ng-packagr |
I have done some work using https://github.com/dherges/ng-packagr , please follow branch The bundled version should be compatible for Angular 2, 4, and 5. Once I have some success reports, I will make this part of the general release. |
@kum-deepak I tried your package, it works with Angular 5 & AngularCLI 1.5 :) |
@kum-deepak your package worked fine, thanks ;) |
It works for me. ng-packagr did the job! @kum-deepak |
Great to hear! I will switch to this packaging soon, may be this weekend. |
I read you are using ng-package, but just if this may be something useful for you, in this PR: #39 I'm doing the code to generate a dist folder with necessary javascript code for distributing your library using gulp as the angular-material team does. Moreover, I'm removing all unnecessary dependencies like angular-cli. |
@kum-deepak I hope you will release it soon. In our company setup we can only use officially released npm packages. |
Released as 0.6.1, please try. |
If no further issue reported, I will close this issue in few days. |
Currently this library is distributed as ts files. We need to package it as compiled JS.
The text was updated successfully, but these errors were encountered: