Updated more packages
This commit is contained in:
@ -31,7 +31,6 @@ const Policies = [
|
||||
|
||||
@Component({
|
||||
selector: 'policy-add-form',
|
||||
standalone: true,
|
||||
imports: [
|
||||
AsyncPipe,
|
||||
FormsModule,
|
||||
|
@ -9,7 +9,6 @@ import { HermesClientService } from '../../hermes-client.service';
|
||||
|
||||
@Component({
|
||||
selector: 'policy-table',
|
||||
standalone: true,
|
||||
imports: [FormsModule, MatTableModule, MatIconModule],
|
||||
templateUrl: './policy-table.component.html',
|
||||
styleUrl: './policy-table.component.scss'
|
||||
|
@ -8,7 +8,6 @@ import { Router, RouterModule } from '@angular/router';
|
||||
|
||||
@Component({
|
||||
selector: 'policy',
|
||||
standalone: true,
|
||||
imports: [RouterModule, PolicyAddFormComponent, PolicyTableComponent],
|
||||
templateUrl: './policy.component.html',
|
||||
styleUrl: './policy.component.scss'
|
||||
|
Reference in New Issue
Block a user