Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Angular 14 #738

Merged
merged 11 commits into from
Jan 27, 2023
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ build/Release
# Dependency directories
node_modules/
jspm_packages/
.angular/

# TypeScript v1 declaration files
typings/
Expand Down
17 changes: 1 addition & 16 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
}
],
"styles": [
"src/styles.scss",
"node_modules/jodit/build/jodit.min.css"
"src/styles.scss"
],
"scripts": [],
"stylePreprocessorOptions": {
Expand Down Expand Up @@ -114,19 +113,6 @@
"test": {
"builder": "@angular-builders/jest:run"
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"tsconfig.app.json",
"tsconfig.spec.json",
"e2e/tsconfig.json"
],
"exclude": [
"**/node_modules/**"
]
}
},
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
Expand All @@ -142,7 +128,6 @@
}
}
},
"defaultProject": "mdm-ui",
"cli": {
"analytics": false
}
Expand Down
Loading