dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_IndentedListModule cluster_IndentedListModule_exports cluster_IndentedListModule_declarations cluster_IndentedListModule_imports IndentedListComponent IndentedListComponent IndentedListModule IndentedListModule IndentedListComponent->IndentedListModule IndentedListComponent IndentedListComponent IndentedListModule->IndentedListComponent SidenavHeaderModule SidenavHeaderModule SidenavHeaderModule->IndentedListModule SidenavModule SidenavModule SidenavModule->IndentedListModule

File

src/app/components/indented-list/indented-list.module.ts

import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { SidenavModule } from '../sidenav/sidenav.module';
import { IndentedListComponent } from './indented-list.component';
import { SidenavHeaderModule } from '../sidenav-header/sidenav-header.module';
import { MatTreeModule } from '@angular/material/tree';
import { MatButtonModule } from '@angular/material/button';
import { MatIconModule } from '@angular/material/icon';

@NgModule({
  declarations: [IndentedListComponent],
  imports: [CommonModule, SidenavModule, SidenavHeaderModule, MatTreeModule, MatButtonModule, MatIconModule],
  exports: [IndentedListComponent],
})
export class IndentedListModule {}

results matching ""

    No results matching ""