Moved ui icon component into src folder
This commit is contained in:
@@ -1,11 +1,12 @@
|
|||||||
import { CommonModule } from '@angular/common';
|
import { CommonModule } from '@angular/common';
|
||||||
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
||||||
|
import { UiIconCustomModule } from '@ui/_icon/icon-custom/icon-custom.module';
|
||||||
import { IconComponent } from './icon.component';
|
import { IconComponent } from './icon.component';
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
||||||
declarations: [IconComponent],
|
declarations: [IconComponent],
|
||||||
imports: [CommonModule],
|
imports: [CommonModule, UiIconCustomModule],
|
||||||
exports: [IconComponent],
|
exports: [IconComponent],
|
||||||
})
|
})
|
||||||
export class IconModule {}
|
export class IconModule {}
|
||||||
|
|||||||
Reference in New Issue
Block a user