Skip to content

Commit 14c907f

Browse files
committed
refactor(icon, icon-set): cleanup
1 parent 6034a01 commit 14c907f

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

projects/coreui-icons-angular/src/lib/icon-set/icon-set.module.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ import { ModuleWithProviders, NgModule, Optional, SkipSelf } from '@angular/core
33
import { IconSetService } from './icon-set.service';
44

55
@NgModule({
6-
imports: [],
7-
providers: [
8-
IconSetService
9-
]
6+
providers: [IconSetService]
107
})
118
export class IconSetModule {
129
constructor(@Optional() @SkipSelf() parentModule?: IconSetModule) {

projects/coreui-icons-angular/src/lib/icon/icon.module.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
import { NgModule } from '@angular/core';
2-
3-
import { HtmlAttributesDirective } from '../shared/html-attr.directive';
42
import { IconComponent } from './icon.component';
53
import { IconDirective } from './icon.directive';
64

75
@NgModule({
8-
declarations: [],
96
imports: [
10-
HtmlAttributesDirective,
117
IconComponent,
128
IconDirective
139
],

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy