@icure/cardinal-prescription-be-angular
Version:
This is a Belgian-specific Angular application for healthcare professionals to manage electronic prescriptions with SAM. Created by iCure.
11 lines (10 loc) • 648 B
TypeScript
import { TranslationService } from '../../../../shared/services/translation/translation.service';
import * as i0 from "@angular/core";
export declare class MedicationProductTitleComponent {
private translationService;
productTitle: string;
constructor(translationService: TranslationService);
t: (key: string) => string;
static ɵfac: i0.ɵɵFactoryDeclaration<MedicationProductTitleComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<MedicationProductTitleComponent, "cardinal-medication-product-title", never, { "productTitle": { "alias": "productTitle"; "required": true; }; }, {}, never, never, true, never>;
}