@grumptech/ngx-basic-ui
v1.0.8
Published
basic Angular ui components
Readme
ngx-basic-ui
A few basic components I needed for other projects.
Getting started
Install
Run npm i @grumptech/ngx-basic-ui.
Developing
- Run
npm installto install the necessary npm packages. - Run
npm run buildto build the library. - Run
npx prettier . --checkornpx prettier . --writeto format code using prettier (an opinionated formatter).
