https://github.com/michaelbe812/ws-template
https://github.com/michaelbe812/ws-template
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/michaelbe812/ws-template
- Owner: michaelbe812
- Created: 2024-11-13T13:20:16.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T13:20:36.000Z (7 months ago)
- Last Synced: 2025-01-01T01:32:34.397Z (5 months ago)
- Language: TypeScript
- Size: 212 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generate Libs
feature
nx g @nx/angular:library --directory=feature --buildable=true --name=feature-view-customer --routing=true --changeDetection=OnPush --flat=true --inlineStyle=true --inlineTemplate=true --style=scss --tags=scope:customer;type:feature --no-interactiveui
/Users/michaelberger/Documents/dev/workshop-template/node_modules/.bin/nx g @nx/angular:library --directory=ui --buildable=true --name=ui-manage-customer --changeDetection=OnPush --flat=true --inlineStyle=true --inlineTemplate=true --style=scss --tags=scope:customer,type:ui --no-interactivetypes
/Users/michaelberger/Documents/dev/workshop-template/node_modules/.bin/nx g @nx/angular:library --directory=types --buildable=true --name=types-view-customer --changeDetection=OnPush --flat=true --inlineStyle=true --inlineTemplate=true --style=scss --tags=scope:customer,type:types --no-interactiveutil
/Users/michaelberger/Documents/dev/workshop-template/node_modules/.bin/nx g @nx/angular:library --directory=util --buildable=true --name=util-manage-customer --changeDetection=OnPush --flat=true --inlineStyle=true --inlineTemplate=true --style=scss --tags=scope:customer,type:util --no-interactivedata-access