dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_LinkCardsModule cluster_LinkCardsModule_declarations cluster_LinkCardsModule_exports LinkCardsComponent LinkCardsComponent LinkCardsModule LinkCardsModule LinkCardsComponent->LinkCardsModule LinkCardsComponent LinkCardsComponent LinkCardsModule->LinkCardsComponent

File

src/app/modules/link-cards/link-cards.module.ts

Declarations

import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { LinkCardsComponent } from './link-cards.component';
import { NgxGoogleAnalyticsModule } from 'ngx-google-analytics';

@NgModule({
  imports: [CommonModule, NgxGoogleAnalyticsModule],
  declarations: [LinkCardsComponent],
  exports: [LinkCardsComponent],
})
export class LinkCardsModule {}

results matching ""

    No results matching ""