dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_AclIconModule cluster_AclIconModule_declarations cluster_AclIconModule_exports AclIconComponent AclIconComponent AclIconModule AclIconModule AclIconComponent->AclIconModule AclIconComponent AclIconComponent AclIconModule->AclIconComponent

File

libs/acl/angular/src/lib/acl-icon/acl-icon.module.ts

Declarations

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

import { AclIconComponent } from './acl-icon.component';

@NgModule({
  imports: [CommonModule],
  providers: [],
  declarations: [AclIconComponent],
  exports: [AclIconComponent]
})
export class AclIconModule {}

results matching ""

    No results matching ""