Skip to content

Commit

Permalink
feat(@schematics/angular): create new projects with rxjs 7
Browse files Browse the repository at this point in the history
With the Angular framework supporting rxjs 7 for Angular 13, new projects (`ng new ...`) can now be created using rxjs 7. rxjs 6 is also still fully supported with Angular 13 allowing existing projects to continue to use rxjs 6 if preferred or required.
Support for rxjs 7 within the framework was enabled via angular/angular#42991
  • Loading branch information
clydin committed Sep 23, 2021
1 parent d48a9b5 commit 7bdcd7d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -12,7 +12,7 @@
"karma-jasmine": "~4.0.0",
"karma": "~6.3.0",
"ng-packagr": "~13.0.0-next.0",
"rxjs": "~6.6.0",
"rxjs": "~7.3.0",
"tslib": "^2.3.0",
"typescript": "~4.3.5",
"zone.js": "~0.11.4"
Expand Down

0 comments on commit 7bdcd7d

Please sign in to comment.