dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_PopoverModule cluster_PopoverModule_declarations cluster_PopoverModule_PopoverComponent_providers cluster_PopoverModule_exports PopoverComponent PopoverComponent PopoverModule PopoverModule PopoverComponent->PopoverModule PopoverDirective PopoverDirective PopoverDirective->PopoverModule PopoverComponent PopoverComponent PopoverModule->PopoverComponent PopoverDirective PopoverDirective PopoverModule->PopoverDirective PopoverService PopoverService PopoverService->PopoverComponent PopoverService->PopoverDirective

File

src/app/component/popover/popover.module.ts

/**
 * @license
 * Copyright Stbui All Rights Reserved.
 * https://github.com/stbui
 */

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

import { PopoverComponent } from './popover.component';
import { PopoverDirective } from './popover.directive';

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

result-matching ""

    No results matching ""