UNPKG

@cds/angular

Version:

Core component modules for Clarity Angular

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