0.0.1 • Published 5 years ago

ng-filteredlist v0.0.1

Weekly downloads
5
License
-
Repository
-
Last release
5 years ago

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 the modules/filteredlist library build in it.
  • (Optional) cd dist, then npm pack | This creates a tarball of the library that you can include in a local package json by npm i ../somerelativepath
  • npm publish dist | published library to npm