An open API service indexing awesome lists of open source software.

https://github.com/michaelbe812/ws-template


https://github.com/michaelbe812/ws-template

Last synced: 3 months ago
JSON representation

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-interactive

ui
/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-interactive

types
/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-interactive

util
/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-interactive

data-access