Your browser does not support SVG

File

src/app/components/home/home.module.ts

import { AuthModule } from './../auth/auth.module';
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';

import { SharedComponentsModule } from '../../shared-components/shared-components.module';
import { HomeComponent } from './home/home.component';
import { HomeRoutingModule } from './home-routing.module';

@NgModule({
  declarations: [HomeComponent],
  imports: [CommonModule, SharedComponentsModule, HomeRoutingModule, AuthModule]
})
export class HomeModule {}

results matching ""

    No results matching ""