Skip to content

Commit b226ac5

Browse files
committed
temp commit
1 parent 929b91d commit b226ac5

File tree

4 files changed

+4
-25
lines changed

4 files changed

+4
-25
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/.angular/cache
12
# Logs
23
logs
34
*.log

angular.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -126,17 +126,6 @@
126126
"options": {
127127
"browserTarget": "Sing:build"
128128
}
129-
},
130-
"lint": {
131-
"builder": "@angular-devkit/build-angular:tslint",
132-
"options": {
133-
"tsConfig": [
134-
"src/tsconfig.app.json"
135-
],
136-
"exclude": [
137-
"**/node_modules/**"
138-
]
139-
}
140129
}
141130
}
142131
},

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@
9797
},
9898
"devDependencies": {
9999
"@angular-builders/custom-webpack": "14.0.1",
100-
"@angular-devkit/build-angular": "~12.2.18",
101-
"@angular/cli": "12.2.18",
100+
"@angular-devkit/build-angular": "~13.3.9",
101+
"@angular/cli": "13.3.9",
102102
"@angular/compiler-cli": "14.2.0",
103103
"@angular/language-service": "14.2.0",
104104
"@angularclass/hmr": "^2.1.3",
@@ -128,4 +128,4 @@
128128
"resolutions": {
129129
"terser-webpack-plugin": "4.2.3"
130130
}
131-
}
131+
}

src/polyfills.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,13 @@
3434
// import 'core-js/es6/weak-map';
3535
// import 'core-js/es6/set';
3636

37-
/** IE10 and IE11 requires the following for NgClass support on SVG elements */
38-
// import 'classlist.js'; // Run `npm install --save classlist.js`.
39-
4037
/** IE10 and IE11 requires the following for the Reflect API. */
4138
// import 'core-js/es6/reflect';
4239

4340

4441
/** Evergreen browsers require these. **/
4542
// Used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
4643

47-
48-
49-
/**
50-
* Required to support Web Animations `@angular/platform-browser/animations`.
51-
* Needed for: All but Chrome, Firefox and Opera. http://caniuse.com/#feat=web-animation
52-
**/
53-
// import 'web-animations-js'; // Run `npm install --save web-animations-js`.
54-
5544
/**
5645
* By default, zone.js will patch all possible macroTask and DomEvents
5746
* user can disable parts of macroTask/DomEvents patch by setting following flags

0 commit comments

Comments
 (0)