dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_LandingModule cluster_LandingModule_declarations LandingComponent LandingComponent LandingModule LandingModule LandingComponent->LandingModule

File

src/app/shield/landing/landing.module.ts

Declarations

import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { LandingComponent } from './landing.component';

@NgModule({
  imports: [
    CommonModule
  ],
  declarations: [LandingComponent]
})
export class LandingModule { }

result-matching ""

    No results matching ""