Custom Configurations
There is a possibility to add some custom configurations by adding ngStateCli
section to package.json
file
...,
"ngStateCli": {
"basePath": "",
"componentPrefix": "myApp",
"style": "scss",
"actionsFolderName": "custom-actions"
}
where
basePath - path from where to start navigating through folders e.g.
src\\app
componentPrefix - how to prefix component selectors e.g.
app-todos
style - sets type of style file
actionsFolderName - sets custom name for actions folder. Default is
actions
Last updated
Was this helpful?