Skip to content

Commit d73d9ac

Browse files
crisbetoAndrewKushnir
authored andcommitted
build: fix broken test (angular#64319)
Fixes a test that didn't exist when the recent metadata PR was created. PR Close angular#64319
1 parent e1da41f commit d73d9ac

File tree

1 file changed

+1
-1
lines changed
  • packages/compiler-cli/test/compliance/test_cases/r3_view_compiler_bindings/control_bindings

1 file changed

+1
-1
lines changed

packages/compiler-cli/test/compliance/test_cases/r3_view_compiler_bindings/control_bindings/GOLDEN_PARTIAL.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Control.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "0.0.
1313
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "0.0.0-PLACEHOLDER", ngImport: i0, type: Control, decorators: [{
1414
type: Directive,
1515
args: [{ selector: '[control]' }]
16-
}] });
16+
}], propDecorators: { control: [{ type: i0.Input, args: [{ isSignal: true, alias: "control", required: false }] }] } });
1717
export class MyComponent {
1818
constructor() {
1919
this.value = 'Hello, world!';

0 commit comments

Comments
 (0)