Created policy module.
This commit is contained in:
8
src/app/policies/policy/policy.component.html
Normal file
8
src/app/policies/policy/policy.component.html
Normal file
@ -0,0 +1,8 @@
|
||||
<h4>Policies</h4>
|
||||
<div>
|
||||
<policy-add-form />
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<policy-table [policies]="policies" />
|
||||
</div>
|
Reference in New Issue
Block a user