@cauca-911/material
Version:
Run `npm install @cauca-911/material --save` to add this library to your project
8 lines • 622 B
TypeScript
import * as i0 from "@angular/core";
export declare class TestComponentWithModelSignalComponent {
value: import("@angular/core").ModelSignal<string>;
changeValue(value: string): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TestComponentWithModelSignalComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TestComponentWithModelSignalComponent, "cauca-test-component-with-model-signal", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; }, never, never, true, never>;
}
//# sourceMappingURL=test-component-with-model-signal.component.d.ts.map