RED-6225, remove on push change detection.
This commit is contained in:
parent
3a223bac88
commit
0752d9d394
@ -1,4 +1,4 @@
|
||||
import { ChangeDetectionStrategy, Component, OnDestroy } from '@angular/core';
|
||||
import { Component, OnDestroy } from '@angular/core';
|
||||
import {
|
||||
getCurrentUser,
|
||||
IqserPermissionsService,
|
||||
@ -25,7 +25,6 @@ import { ROLES } from '@users/roles';
|
||||
templateUrl: './permissions-screen.component.html',
|
||||
styleUrls: ['./permissions-screen.component.scss'],
|
||||
providers: listingProvidersFactory(PermissionsScreenComponent),
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
})
|
||||
export class PermissionsScreenComponent extends ListingComponent<PermissionsMapping> implements OnDestroy {
|
||||
readonly roles = ROLES;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user