dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_SopLinksModule cluster_SopLinksModule_exports cluster_SopLinksModule_declarations SopLinksComponent SopLinksComponent SopLinksModule SopLinksModule SopLinksComponent->SopLinksModule SopLinksComponent SopLinksComponent SopLinksModule->SopLinksComponent

File

src/app/components/sop-links/sop-links.module.ts

Declarations

import { MatIconModule } from '@angular/material/icon';
import { SopLinksComponent } from './sop-links.component';
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';

@NgModule({
  declarations: [SopLinksComponent],
  imports: [BrowserModule, MatIconModule],
  exports: [SopLinksComponent],
})
export class SopLinksModule {}

results matching ""

    No results matching ""