angular version 20 upgraded
This commit is contained in:
@@ -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',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user