|
|
|
@ -2,13 +2,13 @@ import { ABP, ForDirective, LocalizationPipe, PermissionDirective } from '@abp/n |
|
|
|
import { SettingTabsService } from '@abp/ng.setting-management/config'; |
|
|
|
import { Component, inject, OnDestroy, OnInit, TrackByFunction } from '@angular/core'; |
|
|
|
import { Subscription } from 'rxjs'; |
|
|
|
import { CommonModule } from '@angular/common'; |
|
|
|
import { NgComponentOutlet } from '@angular/common'; |
|
|
|
import { PageComponent } from '@abp/ng.components/page'; |
|
|
|
|
|
|
|
@Component({ |
|
|
|
selector: 'abp-setting-management', |
|
|
|
templateUrl: './setting-management.component.html', |
|
|
|
imports: [CommonModule, PageComponent, LocalizationPipe, PermissionDirective, ForDirective], |
|
|
|
imports: [NgComponentOutlet, PageComponent, LocalizationPipe, PermissionDirective, ForDirective], |
|
|
|
}) |
|
|
|
export class SettingManagementComponent implements OnDestroy, OnInit { |
|
|
|
private settingTabsService = inject(SettingTabsService); |
|
|
|
|