angular-cli-lib-example
angular-cli-lib-example copied to clipboard
Example of making an Angular CLI project with a library distributed separate from the app.
Getting Error Above when I run this command: npm run build:lib
What's up with this line of the package.json file for this project? https://github.com/jasonaden/angular-cli-lib-example/blob/master/package.json#L48 Why not just an appropriate semver dependency? Can this be explained in the README please?
Hi, It may be more a question that an issue, maybe I missed something. It seems to me that the library and the "demo" app (i.e. the app listing the...
The link in the following line: > the talk given at the Angular Mountain View Meetup (video here). When following the link, Youtube reports `This video is unavailable`.
:cheese: :checkered_flag: Yarn updated the order in package.json. ```bash $ yarn add --dev ng-packagr@latest tsickle tslib --registry https://registry.yarnpkg.com $ yarn build:lib yarn run v1.3.2 $ ng-packagr -p libs/ngx-tabs-lib/package.json Building Angular...