Init project.
This commit is contained in:
		
							
								
								
									
										10
									
								
								src/app/home/home.module.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								src/app/home/home.module.ts
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,10 @@ | ||||
| import { NgModule } from '@angular/core'; | ||||
| import { SharedModule } from '../shared/shared.module'; | ||||
| import { HomeRoutingModule } from './home-routing.module'; | ||||
| import { HomeComponent } from './home.component'; | ||||
|  | ||||
| @NgModule({ | ||||
|   declarations: [HomeComponent], | ||||
|   imports: [SharedModule, HomeRoutingModule], | ||||
| }) | ||||
| export class HomeModule {} | ||||
		Reference in New Issue
	
	Block a user