mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-22 05:50:48 +02:00
chore: add ngx
prefix to angular.json
This commit is contained in:
parent
9bc4097ba0
commit
99fa419bdf
1 changed files with 4 additions and 1 deletions
|
@ -169,8 +169,11 @@
|
|||
"defaultProject": "ngx-admin-demo",
|
||||
"schematics": {
|
||||
"@schematics/angular:component": {
|
||||
"prefix": "ngx",
|
||||
"styleext": "scss"
|
||||
},
|
||||
"@schematics/angular:directive": {}
|
||||
"@schematics/angular:directive": {
|
||||
"prefix": "ngx"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue