UNPKG

@anglr/grid

Version:
15 lines 1.25 kB
import { Component, ChangeDetectionStrategy } from '@angular/core'; import { RenderableContentComponent } from '../renderableContent/renderableContent.component'; import * as i0 from "@angular/core"; /** * Component that represents content row container */ export class ContentRowContainerComponent extends RenderableContentComponent { static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0", ngImport: i0, type: ContentRowContainerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); } static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.0", type: ContentRowContainerComponent, isStandalone: true, selector: "[contentRowContainer]", usesInheritance: true, ngImport: i0, template: "<ng-container #container/>", changeDetection: i0.ChangeDetectionStrategy.OnPush }); } } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0", ngImport: i0, type: ContentRowContainerComponent, decorators: [{ type: Component, args: [{ selector: '[contentRowContainer]', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container #container/>" }] }] }); //# sourceMappingURL=contentRowContainer.component.js.map