ng-filteredlist
v0.0.1
Published
An Angular ui built on top of the filteredlist-core library
Downloads
4
Readme
ComponentSandbox
This project was generated with Angular CLI version 7.0.3.
Development server
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Code scaffolding
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Build
These build instructions are specific to the ng-packagr
library. This build modules/filteredlist
component for release on npm.
npm run pkg
| This will create a dist folder with themodules/filteredlist
library build in it.- (Optional)
cd dist
, thennpm pack
| This creates a tarball of the library that you can include in a local package json bynpm i ../somerelativepath
npm publish dist
| published library to npm