style:fixed prettier and eslint
This commit is contained in:
parent
25492f3e68
commit
6c6e2b5cb5
4 changed files with 4 additions and 5 deletions
|
@ -22,7 +22,7 @@ import { NgIf } from '@angular/common';
|
|||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
})
|
||||
export class DepositComponent implements OnInit {
|
||||
@Input() isOpen: boolean = false;
|
||||
@Input() isOpen = false;
|
||||
@Output() close = new EventEmitter<void>();
|
||||
protected form!: FormGroup;
|
||||
protected errorMsg = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue