dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_TagListModule cluster_TagListModule_declarations cluster_TagListModule_exports TagListComponent TagListComponent TagListModule TagListModule TagListComponent->TagListModule TagListComponent TagListComponent TagListModule->TagListComponent

File

src/app/shared/components/tag-list/tag-list.module.ts

Declarations

import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { MatChipsModule } from '@angular/material/chips';
import { MatIconModule } from '@angular/material/icon';

import { TagListComponent } from './tag-list.component';

@NgModule({
  imports: [CommonModule, MatChipsModule, MatIconModule],
  declarations: [TagListComponent],
  exports: [TagListComponent],
})
export class TagListModule {}

results matching ""

    No results matching ""