dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_IconModule cluster_IconModule_providers cluster_IconModule_declarations cluster_IconModule_exports IconComponent IconComponent IconModule IconModule IconComponent->IconModule IconComponent IconComponent IconModule->IconComponent IconService IconService IconService->IconModule

File

packages/ui/src/lib/icon/icon.module.ts

Declarations

Providers

Exports

import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';

import { IconComponent } from './icon.component';
import { IconService } from './icon.service';

@NgModule({
  imports: [CommonModule],
  declarations: [IconComponent],
  exports: [IconComponent],
  providers: [IconService],
})
export class IconModule {}

result-matching ""

    No results matching ""