build: fix broken test (#64319)

Fixes a test that didn't exist when the recent metadata PR was created.

PR Close #64319
This commit is contained in:
Kristiyan Kostadinov 2025-10-09 14:26:12 -04:00 committed by Andrew Kushnir
parent e1da41ffdf
commit d73d9acbfb

View file

@ -13,7 +13,7 @@ Control.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "0.0.
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "0.0.0-PLACEHOLDER", ngImport: i0, type: Control, decorators: [{
type: Directive,
args: [{ selector: '[control]' }]
}] });
}], propDecorators: { control: [{ type: i0.Input, args: [{ isSignal: true, alias: "control", required: false }] }] } });
export class MyComponent {
constructor() {
this.value = 'Hello, world!';