We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c579b6 commit 8008218Copy full SHA for 8008218
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 10.0.0-rc.0 "concrete-cobbler" (2020-06-01)
2
+
3
+No library changes from 10.0.0-next.2. Built with Angular 10.0.0-rc.2, which fixes an
4
+issue where Angular decorators were not downleveled to properties, which caused
5
+any use of `@Inject()` with `forwardRef` to cause a run-time error.
6
7
# 10.0.0-next.2 "wool-wind" (2020-05-26)
8
9
### cdk
package.json
@@ -46,7 +46,7 @@
46
"merge": "ng-dev pr merge",
47
"approve-api": "node ./scripts/approve-api-golden.js"
48
},
49
- "version": "10.0.0-next.2",
+ "version": "10.0.0-rc.0",
50
"dependencies": {
51
"@angular/animations": "^10.0.0-rc.2",
52
"@angular/common": "^10.0.0-rc.2",
0 commit comments