dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_SectionCardModule cluster_SectionCardModule_declarations cluster_SectionCardModule_exports SectionCardComponent SectionCardComponent SectionCardModule SectionCardModule SectionCardComponent->SectionCardModule SectionCardComponent SectionCardComponent SectionCardModule->SectionCardComponent

File

src/app/components/section-card/section-card.module.ts

import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { MatCardModule } from '@angular/material/card';
import { SectionCardComponent } from './section-card.component';
import { RouterModule } from '@angular/router';
@NgModule({
  declarations: [SectionCardComponent],
  imports: [MatCardModule, BrowserModule, RouterModule],
  exports: [SectionCardComponent],
})
export class SectionCardModule {}

results matching ""

    No results matching ""