Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 431 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 431 Bytes

NgRx Smartish

CONTRIBUTING

BUILD

  • You can build the library running npm run build:smartish or ng build ngrx-smartish
  • You can build the app running npm run build or ng build

SERVE

  • You can serve the app running npm run start or ng serve

TEST

  • You can run the library tests using npm run test:smartish or ng test ngrx-smartish
  • You can run the app tests using npm run test or ng test