Skip to content

Commit

Permalink
chore: add ngx prefix to angular.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pickonefish authored and nnixaa committed Jul 6, 2018
1 parent 9bc4097 commit 99fa419
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,11 @@
"defaultProject": "ngx-admin-demo",
"schematics": {
"@schematics/angular:component": {
"prefix": "ngx",
"styleext": "scss"
},
"@schematics/angular:directive": {}
"@schematics/angular:directive": {
"prefix": "ngx"
}
}
}

0 comments on commit 99fa419

Please sign in to comment.