UNPKG

@cds/angular

Version:

Core component modules for Clarity Angular

43 lines (37 loc) 1.74 kB
import { CommonModule } from '@angular/common'; import * as i0 from '@angular/core'; import { NgModule } from '@angular/core'; import '@cds/core/grid/register.js'; /* * Copyright (c) 2016-2023 VMware, Inc. All Rights Reserved. * This software is released under MIT license. * The full license information can be found in LICENSE in the root directory of this project. */ class CdsGridModule { } CdsGridModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CdsGridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); CdsGridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CdsGridModule, imports: [CommonModule] }); CdsGridModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CdsGridModule, imports: [[CommonModule]] }); i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CdsGridModule, decorators: [{ type: NgModule, args: [{ imports: [CommonModule], declarations: [], exports: [], }] }] }); /* * Copyright (c) 2016-2023 VMware, Inc. All Rights Reserved. * This software is released under MIT license. * The full license information can be found in LICENSE in the root directory of this project. */ /* * Copyright (c) 2016-2023 VMware, Inc. All Rights Reserved. * This software is released under MIT license. * The full license information can be found in LICENSE in the root directory of this project. */ /** * Generated bundle index. Do not edit. */ export { CdsGridModule }; //# sourceMappingURL=grid.mjs.map