This change uses ng-packagr to produce a package in the Angular Package Format, which is the recommended format for all Angular libraries. It's a format that works well with all common Angular usages (webpack, AOT, etc).
Running npm run build will produce a package under "dist", and then to publish you just run "npm push dist".
This change uses ng-packagr to produce a package in the Angular Package Format, which is the recommended format for all Angular libraries. It's a format that works well with all common Angular usages (webpack, AOT, etc).
Running
npm run build
will produce a package under "dist", and then to publish you just run "npm push dist".Fixes: #11 #15