UNPKG

@cds/angular

Version:

Core component modules for Clarity Angular

64 lines (57 loc) 2.94 kB
import * as i0 from '@angular/core'; import { Directive, NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import '@cds/core/card/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 CdsCardDirective { constructor(elementRef) { this.element = elementRef.nativeElement; } } CdsCardDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CdsCardDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); CdsCardDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: CdsCardDirective, selector: "cds-card", ngImport: i0 }); i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CdsCardDirective, decorators: [{ type: Directive, args: [{ selector: 'cds-card' }] }], ctorParameters: function () { return [{ type: i0.ElementRef }]; } }); /* * 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 CdsCardModule { } CdsCardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CdsCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); CdsCardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CdsCardModule, declarations: [CdsCardDirective], imports: [CommonModule], exports: [CdsCardDirective] }); CdsCardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CdsCardModule, imports: [[CommonModule]] }); i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CdsCardModule, decorators: [{ type: NgModule, args: [{ imports: [CommonModule], declarations: [ CdsCardDirective, ], exports: [ CdsCardDirective, ], }] }] }); /* * 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 { CdsCardDirective, CdsCardModule }; //# sourceMappingURL=card.mjs.map