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,
* otherwise there will get ExpressionChangedAfterItHasBeenCheckedError in tests
* otherwise there will be ExpressionChangedAfterItHasBeenCheckedError in tests
*/
ngOnInit(): void {
this.putInMyHtml();

View File

@ -34,7 +34,7 @@
"@storybook/addon-actions": "^3.3.3",
"@storybook/addon-links": "^3.3.3",
"@storybook/addon-notes": "^3.3.3",
"@storybook/addon-storyshots": "^3.3.3",
"@storybook/addon-storyshots": "^3.3.3",
"@storybook/addons": "^3.3.3",
"@storybook/angular": "^3.3.3",
"@types/jasmine": "~2.8.3",