dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_ExpandRowModule cluster_ExpandRowModule_exports cluster_ExpandRowModule_imports cluster_ExpandRowModule_providers ExpandRowDirective ExpandRowDirective ExpandRowModule ExpandRowModule ExpandRowDirective->ExpandRowModule ExpandRowDirective ExpandRowDirective ExpandRowModule->ExpandRowDirective ExpandRowService ExpandRowService ExpandRowService->ExpandRowModule

File

src/lib/expand-row/expand-row.module.ts

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


import { ExpandRowService } from './expand-row.service';
import { ExpandRowDirective } from './expand-row.directive';

@NgModule({
  imports: [ ExpandRowDirective ],
  exports: [
    ExpandRowDirective,
  ],
  providers: [
    ExpandRowService,
  ],
})
export class ExpandRowModule {
}

results matching ""

    No results matching ""