UNPKG

206 BJSONView Raw
1{
2 "schematics": {
3 "ng-add": {
4 "aliases": ["init"],
5 "factory": "./ng-add",
6 "schema": "./ng-add/schema.json",
7 "description": "Adds initial setup for state managment"
8 }
9 }
10}