UNPKG

@cds/angular

Version:

Core component modules for Clarity Angular

43 lines (37 loc) 1.83 kB
import { CommonModule } from '@angular/common'; import * as i0 from '@angular/core'; import { NgModule } from '@angular/core'; import '@cds/core/test-dropdown/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 CdsTestDropdownModule { } CdsTestDropdownModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CdsTestDropdownModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); CdsTestDropdownModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CdsTestDropdownModule, imports: [CommonModule] }); CdsTestDropdownModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CdsTestDropdownModule, imports: [[CommonModule]] }); i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CdsTestDropdownModule, 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 { CdsTestDropdownModule }; //# sourceMappingURL=test-dropdown.mjs.map