Make side panel responsive
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
This commit is contained in:
@@ -3,9 +3,11 @@ import { RouterModule } from '@angular/router';
|
||||
|
||||
import { AuthGuard } from '@farmmaps/common';
|
||||
import { AppContentComponent} from './app-content.component';
|
||||
import { AppSidePanelTestComponent } from './app-side-panel-test.component';
|
||||
|
||||
const routes = [
|
||||
{ path: '', canLoad: [AuthGuard], component: AppContentComponent}
|
||||
{ path: '', canLoad: [AuthGuard], component: AppContentComponent},
|
||||
{ path: 'sidepanel', canLoad: [AuthGuard], component: AppSidePanelTestComponent}
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
|
Reference in New Issue
Block a user