Skip to content

Commit bd8e3cc

Browse files
committed
WEB-73 This includes improvements (new features and bug fixes) made on top of the 1.0.0 release,along with the upgrade from Angular 14 to Angular 15 (merging angular-update into dev)
1 parent c8d857f commit bd8e3cc

File tree

577 files changed

+12669
-11189
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

577 files changed

+12669
-11189
lines changed

.browserslistrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ last 2 versions
66
> 0.5%
77
Firefox ESR
88
not dead
9+
not kaios 2.5
10+
not op_mini all
911
# For IE 9-11 support, please uncomment the next line and adjust as needed
1012
# IE 9-11

angular.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,5 +232,13 @@
232232
"schematicCollections": [
233233
"@angular-eslint/schematics"
234234
]
235+
},
236+
"schematics": {
237+
"@angular-eslint/schematics:application": {
238+
"setParserOptionsProject": true
239+
},
240+
"@angular-eslint/schematics:library": {
241+
"setParserOptionsProject": true
242+
}
235243
}
236244
}

0 commit comments

Comments
 (0)