Commit 77328991 authored by dev0tion's avatar dev0tion

Use public for bsConfig

parent ab5acd6e
......@@ -23,8 +23,8 @@ export class RecoverComponent implements OnInit {
public creationDate: Date;
public isRecovering: boolean = false;
public maxDate = new Date();
public bsConfig: Partial<BsDatepickerConfig>;
private walletRecovery: WalletRecovery;
private bsConfig: Partial<BsDatepickerConfig>;
ngOnInit() {
this.bsConfig = Object.assign({}, {showWeekNumbers: false, containerClass: 'theme-blue'});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment