dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_PopoverModule cluster_PopoverModule_declarations cluster_PopoverModule_exports PopoverDirective PopoverDirective PopoverModule PopoverModule PopoverDirective->PopoverModule PopoverPopupComponent PopoverPopupComponent PopoverPopupComponent->PopoverModule PopoverDirective PopoverDirective PopoverModule->PopoverDirective

File

projects/rebirth-ng/src/lib/popover/popover.module.ts

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

import { PopoverDirective } from './popover.directive';
import { PopoverPopupComponent } from './popover-popup.component';

@NgModule({
  imports: [CommonModule],
  exports: [PopoverDirective],
  declarations: [PopoverDirective, PopoverPopupComponent],
  providers: [],
  entryComponents: [PopoverPopupComponent]
})
export class PopoverModule {
}

results matching ""

    No results matching ""