feat: add base class for settings add screen
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<h3>{{title|translate|upperfirst}}</h3>
|
||||
<ng-content></ng-content>
|
||||
<app-action-btn
|
||||
(click)="save()"
|
||||
[disabled]="this.form.invalid"
|
||||
class="top-auto"
|
||||
text="{{'common.save'|translate|upperfirst}}"
|
||||
/>
|
||||
Reference in New Issue
Block a user