Skip to content

Commit

Permalink
2902: Update Angular and deps in luigi-example-angular (#2931)
Browse files Browse the repository at this point in the history
* WIP

* Update to Angular 14

* Update deps

* Update deps

* WIP
  • Loading branch information
wdoberschuetz authored Oct 17, 2022
1 parent c0f90b5 commit 15378e0
Show file tree
Hide file tree
Showing 7 changed files with 7,346 additions and 18,438 deletions.
1 change: 1 addition & 0 deletions core/examples/luigi-example-angular/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
!.vscode/extensions.json

# misc
/.angular/cache
/.sass-cache
/connect.lock
/libpeerconnection.log
Expand Down
13 changes: 0 additions & 13 deletions core/examples/luigi-example-angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,23 +116,10 @@
}
]
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"src/tsconfig.app.json",
"src/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
}
},
"defaultProject": "luigisample",
"schematics": {
"@schematics/angular:component": {
"prefix": "app",
Expand Down
Loading

0 comments on commit 15378e0

Please sign in to comment.