deleted notifs components
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<nz-form-item>
|
||||
<nz-form-label nzSpan="9">Logo</nz-form-label>
|
||||
<nz-form-control nzSpan="25">
|
||||
<input nz-input type="file" formControlName="logo" />
|
||||
<input nz-input type="file" formControlName="logo"/>
|
||||
</nz-form-control>
|
||||
</nz-form-item>
|
||||
</div>
|
||||
@@ -26,7 +26,7 @@
|
||||
<nz-form-item>
|
||||
<nz-form-label nzSpan="9">Signature</nz-form-label>
|
||||
<nz-form-control nzSpan="25">
|
||||
<input nz-input type="file" formControlName="signature" />
|
||||
<input nz-input type="file" formControlName="signature"/>
|
||||
</nz-form-control>
|
||||
</nz-form-item>
|
||||
</div>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Component } from '@angular/core';
|
||||
import {Component} from '@angular/core';
|
||||
import {FormControl, FormGroup, FormsModule, ReactiveFormsModule} from "@angular/forms";
|
||||
import {NzColDirective} from "ng-zorro-antd/grid";
|
||||
import {NzFormControlComponent, NzFormDirective, NzFormItemComponent, NzFormLabelComponent} from "ng-zorro-antd/form";
|
||||
@@ -6,7 +6,7 @@ import {NzInputDirective} from "ng-zorro-antd/input";
|
||||
import {SettingInfo} from "../../interfaces/setting.interface";
|
||||
|
||||
@Component({
|
||||
selector: 'app-setting-form',
|
||||
selector: 'app-setting-form',
|
||||
imports: [
|
||||
FormsModule,
|
||||
NzColDirective,
|
||||
@@ -17,8 +17,8 @@ import {SettingInfo} from "../../interfaces/setting.interface";
|
||||
NzInputDirective,
|
||||
ReactiveFormsModule
|
||||
],
|
||||
templateUrl: './setting-form.html',
|
||||
styleUrl: './setting-form.css',
|
||||
templateUrl: './setting-form.html',
|
||||
styleUrl: './setting-form.css',
|
||||
})
|
||||
export class SettingForm {
|
||||
settingForm: FormGroup = new FormGroup({
|
||||
|
||||
Reference in New Issue
Block a user