Skip to content

Commit c9ec5ea

Browse files
authored
Merge pull request #6 from ProAngular/ct/ng-15-support
Angular 15 Support
2 parents ffe2f76 + 715dbb7 commit c9ec5ea

9 files changed

+8182
-7008
lines changed

Diff for: .browserslistrc

-16
This file was deleted.

Diff for: README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,10 @@ Line numbers are enabled by default, but you can turn them off like so.
247247

248248
| Angular version | @proangular/ngx-gist | Install |
249249
| --------------- | -------------------------- | ------------------------------------ |
250-
| v14 | v1.x.x | `ng add @proangular/ngx-gist@latest` |
251-
| v13 | v1.x.x | `ng add @proangular/ngx-gist@latest` |
252-
| v12 | v1.x.x | `ng add @proangular/ngx-gist@latest` |
250+
| v15 | v1.1.x | `ng add @proangular/ngx-gist@latest` |
251+
| v14 | v1.0.x | `ng add @proangular/[email protected]` |
252+
| v13 | v1.0.x | `ng add @proangular/[email protected]` |
253+
| v12 | v1.0.x | `ng add @proangular/[email protected]` |
253254

254255
<a name="development"/>
255256

Diff for: angular.json

+8
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,13 @@
118118
"schematicCollections": [
119119
"@angular-eslint/schematics"
120120
]
121+
},
122+
"schematics": {
123+
"@angular-eslint/schematics:application": {
124+
"setParserOptionsProject": true
125+
},
126+
"@angular-eslint/schematics:library": {
127+
"setParserOptionsProject": true
128+
}
121129
}
122130
}

0 commit comments

Comments
 (0)