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

File

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

Deprecated

use from

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


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

/**
 * @deprecated use from @rxap/material-table-system
 */
@NgModule({
  imports: [ ExpandRowDirective ],
  exports: [
    ExpandRowDirective,
  ],
  providers: [ ExpandRowService ],
})
export class ExpandRowModule {
}

results matching ""

    No results matching ""