-login guard
All checks were successful
Build Docker Image / Preparing Dependecies (push) Successful in 4s
All checks were successful
Build Docker Image / Preparing Dependecies (push) Successful in 4s
-caching -budget
This commit is contained in:
@@ -10,9 +10,9 @@ import { MainLandingComponent } from '../../component/main-landing/main-landing.
|
||||
|
||||
|
||||
const routes: Routes = [
|
||||
{ path: 'landing', component: MainLandingComponent },
|
||||
{ path: 'dashboard', component: MainDashboardContentComponent },
|
||||
{ path: 'report', component: MainReportComponent },
|
||||
{ path: 'landing', component: MainLandingComponent },
|
||||
{ path: 'manager', component: MainManagerContentComponent },
|
||||
{
|
||||
path: 'manager',
|
||||
|
||||
Reference in New Issue
Block a user