refactor(routes): change home route to lazy loading #37
@ -11,7 +11,7 @@ import { NavbarComponent } from '../../shared/components/navbar/navbar.component
|
|||||||
templateUrl: './home.component.html',
|
templateUrl: './home.component.html',
|
||||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||||
})
|
})
|
||||||
export class HomeComponent {
|
export default class HomeComponent {
|
||||||
private keycloakService: KeycloakService = inject(KeycloakService);
|
private keycloakService: KeycloakService = inject(KeycloakService);
|
||||||
public dialog: MatDialog = inject(MatDialog);
|
public dialog: MatDialog = inject(MatDialog);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user