typo and indentation

This commit is contained in:
igor 2018-01-03 16:36:05 +02:00
parent ea2db195cc
commit a1fd3cf21e
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ export class AppComponent implements OnInit {
/* /*
* We need to use here the ngOnInit instead of ngAfterViewInit, * We need to use here the ngOnInit instead of ngAfterViewInit,
* otherwise there will get ExpressionChangedAfterItHasBeenCheckedError in tests * otherwise there will be ExpressionChangedAfterItHasBeenCheckedError in tests
*/ */
ngOnInit(): void { ngOnInit(): void {
this.putInMyHtml(); this.putInMyHtml();