12345678910111213141516171819 |
- import { NgModule } from '@angular/core';
- import { IconDirective } from './icon.directive';
- import { IconService } from './icon.service';
- import * as i0 from "@angular/core";
- class IconModule {
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: IconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: IconModule, declarations: [IconDirective], exports: [IconDirective] }); }
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: IconModule, providers: [IconService] }); }
- }
- export { IconModule };
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: IconModule, decorators: [{
- type: NgModule,
- args: [{
- exports: [IconDirective],
- declarations: [IconDirective],
- providers: [IconService]
- }]
- }] });
|