ng2ls
v0.0.8
Published
Useful tools for Angular 2 and ngrx
Downloads
2
Readme
ng2ls
Useful tools for Angular 2
CLI usage
cd src
ts-node store-gen.ts
dynamic ngrx generation
Add the following to your app.module.ts
:
import 'reflect-metadata';
Without this, you will receive the following error:
Cannot read property 'length' of undefined
at Object.curry