dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_PageDataModule cluster_PageDataModule_exports cluster_PageDataModule_declarations PageDataComponent PageDataComponent PageDataModule PageDataModule PageDataComponent->PageDataModule PageDataComponent PageDataComponent PageDataModule->PageDataComponent

File

src/app/components/page-data/page-data.module.ts

Declarations

import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { MarkdownModule } from 'ngx-markdown';
import { PageDataComponent } from './page-data.component';

@NgModule({
  declarations: [PageDataComponent],
  imports: [BrowserModule, MarkdownModule],
  exports: [PageDataComponent],
})
export class PageDataModule {}

results matching ""

    No results matching ""