mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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:
parent
e1da41ffdf
commit
d73d9acbfb
1 changed files with 1 additions and 1 deletions
|
|
@ -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!';
|
||||
|
|
|
|||
Loading…
Reference in a new issue