1
0
mirror of https://github.com/bitwarden/web synced 2025-12-15 15:53:18 +00:00

Bump angular to v12 (#1325)

This commit is contained in:
Oscar Hinton
2021-12-09 21:12:53 +00:00
committed by GitHub
parent 75984a2e37
commit f582d3e7a6
12 changed files with 2685 additions and 10524 deletions

View File

@@ -8,7 +8,7 @@ import { ProviderUserBulkRequest } from 'jslib-common/models/request/provider/pr
import { BulkRemoveComponent as OrganizationBulkRemoveComponent } from 'src/app/organizations/manage/bulk/bulk-remove.component';
@Component({
templateUrl: '/src/app/organizations/manage/bulk/bulk-remove.component.html',
templateUrl: '../../../../../../src/app/organizations/manage/bulk/bulk-remove.component.html',
})
export class BulkRemoveComponent extends OrganizationBulkRemoveComponent {