ngx-obelisco-example
Version:
Componentes funcionales y reutilizables para Angular.
13 lines (12 loc) • 603 B
TypeScript
import { AfterContentInit } from '@angular/core';
import { OMapComponent } from '../o-map.component';
import * as i0 from "@angular/core";
export declare class OMapTitleComponent implements AfterContentInit {
private oMap;
constructor(oMap: OMapComponent);
customClasses: string;
isLateral: boolean;
ngAfterContentInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<OMapTitleComponent, [{ optional: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<OMapTitleComponent, "o-map-title", never, { "customClasses": "customClasses"; }, {}, never, ["*"], false>;
}