Browse Source

chore: fix formatting

pull/2487/head
Dhoni77 2 years ago
parent
commit
ddf3264277
  1. 3
      libs/ui/src/lib/currency-selector/currency-selector.component.ts

3
libs/ui/src/lib/currency-selector/currency-selector.component.ts

@ -39,7 +39,8 @@ import { map, startWith, takeUntil } from 'rxjs/operators';
}) })
export class CurrencySelectorComponent export class CurrencySelectorComponent
extends AbstractMatFormField<Currency> extends AbstractMatFormField<Currency>
implements OnInit, OnDestroy { implements OnInit, OnDestroy
{
@Input() private currencies: Currency[] = []; @Input() private currencies: Currency[] = [];
@Input() defaultValue: Currency; @Input() defaultValue: Currency;

Loading…
Cancel
Save