Tag: AngularCLI

  • Publishing an Angular library with assets

    Publishing an Angular library with assets

    In the current Angular CLI (Angular 8 at the time of this writing) the tooling for libraries is really good except for one area, assets. Unlike when you build a project for production, building a library does not package assets like you might expect. tl;dr – the boiled down steps Build the library This article…