cocori-ng
Version:
Cocori-ng is an Angular full of great components & utilites based on Material
13 lines (12 loc) • 618 B
TypeScript
import { OnInit } from '@angular/core';
import { SectionModel } from '../../../core/model/cms.model';
import * as i0 from "@angular/core";
export declare class CocoringCmsReadonlyComponent implements OnInit {
sectionPageDatas: SectionModel[];
set config(datas: SectionModel[]);
constructor();
ngOnInit(): void;
trackBy(index: number): number;
static ɵfac: i0.ɵɵFactoryDeclaration<CocoringCmsReadonlyComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CocoringCmsReadonlyComponent, "cocoring-cms-readonly", never, { "config": "config"; }, {}, never, never, false>;
}