dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_InfiniteScrollModule cluster_InfiniteScrollModule_declarations cluster_InfiniteScrollModule_exports InfiniteScrollComponent InfiniteScrollComponent InfiniteScrollModule InfiniteScrollModule InfiniteScrollComponent->InfiniteScrollModule InfiniteScrollComponent InfiniteScrollComponent InfiniteScrollModule->InfiniteScrollComponent

File

projects/rebirth-ng/src/lib/infinite-scroll/infinite-scroll.module.ts

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

import { InfiniteScrollComponent } from './infinite-scroll.component';
import { CommonModule } from '@angular/common';

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

results matching ""

    No results matching ""