Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaychase/ngx-cli-library
creating a library from an angular-cli project
https://github.com/jaychase/ngx-cli-library
angular angular-cli aot-compilation library npm
Last synced: 3 months ago
JSON representation
creating a library from an angular-cli project
- Host: GitHub
- URL: https://github.com/jaychase/ngx-cli-library
- Owner: JayChase
- License: apache-2.0
- Created: 2017-08-02T02:57:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T19:27:52.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T00:01:45.117Z (3 months ago)
- Topics: angular, angular-cli, aot-compilation, library, npm
- Language: TypeScript
- Size: 1.06 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ngx-cli-library
Code to accompany the blog post [Publishing a library from an Angular-cli project](https://www.usefuldev.com/blog/post/publishing-a-library-from-an-angular-cli-project).
## installing the sample
```bash
npm install ngx-cli-library --save
```## working with the repo
```bash
git clone https://github.com/JayChase/ngx-cli-library.git
cd ngx-cli-library
npm install
ng serve
```