mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 06:11:23 +08:00
typo and indentation
This commit is contained in:
parent
ea2db195cc
commit
a1fd3cf21e
@ -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();
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user