|
|
|
@ -1,4 +1,4 @@ |
|
|
|
import { ABP, LocalizationPipe, PermissionDirective } from '@abp/ng.core'; |
|
|
|
import { ABP, ForDirective, LocalizationPipe, PermissionDirective } from '@abp/ng.core'; |
|
|
|
import { SettingTabsService } from '@abp/ng.setting-management/config'; |
|
|
|
import { Component, OnDestroy, OnInit, TrackByFunction } from '@angular/core'; |
|
|
|
import { Subscription } from 'rxjs'; |
|
|
|
@ -8,7 +8,7 @@ import { PageModule } from '@abp/ng.components/page'; |
|
|
|
@Component({ |
|
|
|
selector: 'abp-setting-management', |
|
|
|
templateUrl: './setting-management.component.html', |
|
|
|
imports: [CommonModule, PageModule, LocalizationPipe, PermissionDirective], |
|
|
|
imports: [CommonModule, PageModule, LocalizationPipe, PermissionDirective, ForDirective], |
|
|
|
}) |
|
|
|
export class SettingManagementComponent implements OnDestroy, OnInit { |
|
|
|
private subscription = new Subscription(); |
|
|
|
|