Skip to content

Commit

Permalink
Merge pull request #9 from ProAngular/ct/ng-17
Browse files Browse the repository at this point in the history
Angular 17 Support
  • Loading branch information
CodyTolene authored May 24, 2024
2 parents 8fc90cd + 9fa677b commit 161fc17
Show file tree
Hide file tree
Showing 5 changed files with 18,377 additions and 12,953 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,9 @@ Line numbers are enabled by default, but you can turn them off like so.

| Angular version | @proangular/ngx-gist | Install |
| --------------- | -------------------------- | ------------------------------------ |
| v16 | v1.2.x | `ng add @proangular/ngx-gist@latest` |
| v15 | v1.1.x | `ng add @proangular/ngx-gist@1.1.0` |
| v17 | v1.3.x | `ng add @proangular/ngx-gist@latest` |
| v16 | v1.2.x | `ng add @proangular/ngx-gist@1.2.0` |
| v15 | v1.1.x | `ng add @proangular/ngx-gist@1.1.0` |
| v14 | v1.0.x | `ng add @proangular/ngx-gist@1.0.8` |
| v13 | v1.0.x | `ng add @proangular/ngx-gist@1.0.8` |
| v12 | v1.0.x | `ng add @proangular/ngx-gist@1.0.8` |
Expand Down
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,18 +70,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "ngx-gist:build:production"
"buildTarget": "ngx-gist:build:production"
},
"development": {
"browserTarget": "ngx-gist:build:development"
"buildTarget": "ngx-gist:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "ngx-gist:build"
"buildTarget": "ngx-gist:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 161fc17

Please sign in to comment.