Skip to content

Commit

Permalink
fix(app): update prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
udayvunnam committed Jul 19, 2020
1 parent 6bf730e commit a3ccc32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"root": "apps/breadcrumb-demo",
"sourceRoot": "apps/breadcrumb-demo/src",
"prefix": "xng",
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
Expand Down
4 changes: 2 additions & 2 deletions apps/breadcrumb-demo/tslint.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"extends": "../../tslint.json",
"rules": {
"directive-selector": [true, "attribute", "xng", "camelCase"],
"component-selector": [true, "element", "xng", "kebab-case"]
"directive-selector": [true, "attribute", "app", "camelCase"],
"component-selector": [true, "element", "app", "kebab-case"]
},
"linterOptions": {
"exclude": ["!**/*"]
Expand Down

0 comments on commit a3ccc32

Please sign in to comment.