dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_BrandModule cluster_BrandModule_declarations cluster_BrandModule_exports BrandComponent BrandComponent BrandModule BrandModule BrandComponent->BrandModule BrandComponent BrandComponent BrandModule->BrandComponent

File

projects/commons/src/lib/elements/brand/brand.module.ts

Declarations

Exports

import { NgModule } from '@angular/core';
import { RouterModule } from '@angular/router';

import { BrandComponent } from './components';

@NgModule({
    imports: [
        RouterModule,
    ],
    declarations: [
        BrandComponent,
    ],
    exports: [
        BrandComponent,
    ],
})

export class BrandModule {}

result-matching ""

    No results matching ""