Skip to content

Commit 7bdcd7d

Browse files
committed
feat(@schematics/angular): create new projects with rxjs 7
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
1 parent d48a9b5 commit 7bdcd7d

File tree

1 file changed

+1
-1
lines changed
  • packages/schematics/angular/utility/latest-versions

1 file changed

+1
-1
lines changed

packages/schematics/angular/utility/latest-versions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"karma-jasmine": "~4.0.0",
1313
"karma": "~6.3.0",
1414
"ng-packagr": "~13.0.0-next.0",
15-
"rxjs": "~6.6.0",
15+
"rxjs": "~7.3.0",
1616
"tslib": "^2.3.0",
1717
"typescript": "~4.3.5",
1818
"zone.js": "~0.11.4"

0 commit comments

Comments
 (0)