Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```