File tree Expand file tree Collapse file tree 4 files changed +4
-25
lines changed Expand file tree Collapse file tree 4 files changed +4
-25
lines changed Original file line number Diff line number Diff line change
1
+ /.angular /cache
1
2
# Logs
2
3
logs
3
4
* .log
Original file line number Diff line number Diff line change 126
126
"options" : {
127
127
"browserTarget" : " Sing:build"
128
128
}
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
- }
140
129
}
141
130
}
142
131
},
Original file line number Diff line number Diff line change 97
97
},
98
98
"devDependencies" : {
99
99
"@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 " ,
102
102
"@angular/compiler-cli" : " 14.2.0" ,
103
103
"@angular/language-service" : " 14.2.0" ,
104
104
"@angularclass/hmr" : " ^2.1.3" ,
128
128
"resolutions" : {
129
129
"terser-webpack-plugin" : " 4.2.3"
130
130
}
131
- }
131
+ }
Original file line number Diff line number Diff line change 34
34
// import 'core-js/es6/weak-map';
35
35
// import 'core-js/es6/set';
36
36
37
- /** IE10 and IE11 requires the following for NgClass support on SVG elements */
38
- // import 'classlist.js'; // Run `npm install --save classlist.js`.
39
-
40
37
/** IE10 and IE11 requires the following for the Reflect API. */
41
38
// import 'core-js/es6/reflect';
42
39
43
40
44
41
/** Evergreen browsers require these. **/
45
42
// Used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
46
43
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
-
55
44
/**
56
45
* By default, zone.js will patch all possible macroTask and DomEvents
57
46
* user can disable parts of macroTask/DomEvents patch by setting following flags
You can’t perform that action at this time.
0 commit comments