We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5bdc9 commit 78746fbCopy full SHA for 78746fb
packages/angular/package.json
@@ -18,7 +18,8 @@
18
"peerDependencies": {
19
"@angular/common": "10.x || 11.x || 12.x || 13.x",
20
"@angular/core": "10.x || 11.x || 12.x || 13.x",
21
- "@angular/router": "10.x || 11.x || 12.x || 13.x"
+ "@angular/router": "10.x || 11.x || 12.x || 13.x",
22
+ "rxjs": "^6.5.5 || ^7.x"
23
},
24
"dependencies": {
25
"@angular/animations": "~10.2.5",
packages/angular/tsconfig.cjs.json
@@ -3,10 +3,6 @@
3
4
"compilerOptions": {
5
"module": "commonjs",
6
-<<<<<<< HEAD
7
"outDir": "cjs"
8
-=======
9
- "outDir": "dist"
10
->>>>>>> 8d33927ad (ref(angular): re-introduce tsc compile option for "legacy" package)
11
}
12
0 commit comments