style: format constructor style in components
This commit is contained in:
parent
2405c00f49
commit
2a11675fb6
3 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ export default class HomeComponent implements OnInit {
|
|||
constructor(
|
||||
public route: ActivatedRoute,
|
||||
public router: Router
|
||||
) { }
|
||||
) {}
|
||||
|
||||
ngOnInit() {
|
||||
this.isDepositSuccessful = this.route.snapshot.queryParams['success'] == 'true';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue