UNPKG

cocori-ng

Version:

Cocori-ng is an Angular full of great components & utilites based on Material

8 lines (7 loc) 275 B
import { BlockModel } from '../model/cms.model'; /** exemple: https://stackblitz.com/angular/njgkplqoqer?file=src%2Fapp%2Fad-banner.component.ts */ export declare class Block { key: string; data?: BlockModel; constructor(key: string, data?: BlockModel); }