Skip to content

Commit

Permalink
feat(core): lib modules published to NPM
Browse files Browse the repository at this point in the history
angulat 7.2.0 upgrade, published libs to npm
  • Loading branch information
xmlking committed Jan 8, 2019
1 parent a252f4e commit 4a3540a
Show file tree
Hide file tree
Showing 75 changed files with 531 additions and 498 deletions.
2 changes: 1 addition & 1 deletion PLAYBOOK.md
Expand Up @@ -254,7 +254,7 @@ ng g lib grid --routing --lazy --prefix=ngx --parent-module=libs/dashb

ng g lib animations --module false -tags=utils --unit-test-runner=jest -d
ng g lib Tree --module false --publishable=true --tags=utils --unit-test-runner=jest -d
ng g lib utils --module false --tags=utils --unit-test-runner=jest -d
ng g lib utils --module false --publishable=true --tags=utils --unit-test-runner=jest -d
# system wide models
ng g lib models --module false --tags=utils --unit-test-runner=jest -d

Expand Down

0 comments on commit 4a3540a

Please sign in to comment.