UNPKG

@anglr/grid

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