angular version 20 upgraded

This commit is contained in:
arfat qureshi
2025-10-31 13:34:16 +05:30
parent 02842c7a96
commit 9e99e4b1c9
271 changed files with 7131 additions and 23023 deletions

View File

@@ -1,8 +1,9 @@
import { Component, ElementRef, OnDestroy, ViewChild } from '@angular/core';
import { Router } from '@angular/router';
import { ActiveSidebarService } from 'src/app/core/services/active-sidebar.service';
import { ActiveSidebarService } from '../../core/services/active-sidebar.service';
@Component({
standalone: false,
templateUrl: './base.component.html',
selector: 'app-base',
})