You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/compiler-cli/test/compliance/test_cases/r3_compiler_compliance/components_and_directives/standalone/GOLDEN_PARTIAL.js
+44Lines changed: 44 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -341,3 +341,47 @@ export declare class Module {
Copy file name to clipboardExpand all lines: packages/compiler-cli/test/compliance/test_cases/r3_compiler_compliance/components_and_directives/standalone/TEST_CASES.json
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,20 @@
84
84
]
85
85
}
86
86
]
87
+
},
88
+
{
89
+
"description": "should handle a forwardRef in the imports of a standalone component",
0 commit comments