UNPKG

cocori-ng

Version:

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

11 lines (10 loc) 551 B
import { SectionModel, SectionModelCommand } from '../model/cms.model'; import * as i0 from "@angular/core"; export declare class AdapterPageCmsService { /** Adapteur en écriture * on retourne au back les sections sans les propriétés component et componentReadonly (deconstruct) non utiles pour le back */ adapterCommand(sections: SectionModel[]): SectionModelCommand[]; static ɵfac: i0.ɵɵFactoryDeclaration<AdapterPageCmsService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<AdapterPageCmsService>; }