Add new components, styles, and services for user management and navigation
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import {RouterModule} from '@angular/router';
|
||||
import {MainComponent} from './main.component/main.component';
|
||||
import {mainRouting} from './main.routing';
|
||||
import {NgModule} from '@angular/core';
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
|
||||
],
|
||||
imports: [mainRouting, MainComponent],
|
||||
exports: [RouterModule],
|
||||
})
|
||||
export class MainModule {}
|
||||
Reference in New Issue
Block a user