Add resources widget front-end (#2151)

This commit is contained in:
Pavlo Tkach 2023-09-21 13:59:40 -04:00 committed by GitHub
parent 759143535f
commit dded258864
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 151 additions and 29 deletions

View file

@ -29,6 +29,8 @@ import { RegistrarService } from 'src/app/registrar/registrar.service';
providers: [SecurityService],
})
export default class SecurityComponent {
public static PATH = 'security';
loading: boolean = false;
inEdit: boolean = false;
dataSource: SecuritySettings = {};