sidebar se oculta en resoluciones md

This commit is contained in:
JuanSanhueza 2025-04-29 13:23:07 -04:00
parent 726d08bd06
commit d185183656

View File

@ -21,7 +21,7 @@ import { FooterComponent } from "../footer/footer.component";
export class LayoutComponent implements OnInit { export class LayoutComponent implements OnInit {
isSidebarVisible: boolean = true; isSidebarVisible: boolean = true;
window = window; // Exposición de window para su uso en el template window = window; // Exposición de window para su uso en el template
private readonly MOBILE_BREAKPOINT = 420; // Breakpoint para ocultar sidebar automáticamente private readonly MOBILE_BREAKPOINT = 991; // Breakpoint para ocultar sidebar automáticamente
ngOnInit() { ngOnInit() {
// Comprobar el ancho inicial y ajustar el sidebar // Comprobar el ancho inicial y ajustar el sidebar