UNPKG

@dangl/angular-ava

Version:

[![Node version](https://img.shields.io/npm/v/@dangl/angular-ava)](https://www.npmjs.com/package/@dangl/angular-ava)

15 lines (14 loc) 1.12 kB
import { Observable } from 'rxjs'; import { IColorSettings } from '../../model/configInvoice.model'; import { DeliveryInformation, References } from '../../model/invoice-models'; import { ITextWordInvoice } from '../../model/invoice-words.model'; import * as i0 from "@angular/core"; export declare class ReferenceAndDeliveryInformationComponent { deliveryInformation: import("@angular/core").InputSignal<DeliveryInformation | null>; references: import("@angular/core").InputSignal<References | null>; private configurationInvoiceService; readonly textWords$: Observable<ITextWordInvoice | null>; readonly colorSettings$: Observable<IColorSettings | null>; static ɵfac: i0.ɵɵFactoryDeclaration<ReferenceAndDeliveryInformationComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ReferenceAndDeliveryInformationComponent, "ava-reference-and-delivery-information", never, { "deliveryInformation": { "alias": "deliveryInformation"; "required": false; "isSignal": true; }; "references": { "alias": "references"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>; }