Created policy module.

This commit is contained in:
Tom
2024-12-28 01:36:33 +00:00
parent 0987affccc
commit 0afa2138b4
19 changed files with 60 additions and 26 deletions

View File

@ -0,0 +1,8 @@
<h4>Policies</h4>
<div>
<policy-add-form />
</div>
<div>
<policy-table [policies]="policies" />
</div>