dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_SmallPrintModule cluster_SmallPrintModule_exports cluster_SmallPrintModule_declarations SmallPrintComponent SmallPrintComponent SmallPrintModule SmallPrintModule SmallPrintComponent->SmallPrintModule SmallPrintComponent SmallPrintComponent SmallPrintModule->SmallPrintComponent

File

libs/common/frame/src/frame-parts/small-print/small-print.module.ts

import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { SmallPrintComponent } from './small-print.component';

@NgModule({
  declarations: [SmallPrintComponent],
  exports: [SmallPrintComponent],
  imports: [CommonModule]
})
export class SmallPrintModule {}

results matching ""

    No results matching ""