diff --git a/content/intro-to-storybook/angular/en/simple-component.md b/content/intro-to-storybook/angular/en/simple-component.md index 8df034b70..bcfb73aa5 100644 --- a/content/intro-to-storybook/angular/en/simple-component.md +++ b/content/intro-to-storybook/angular/en/simple-component.md @@ -216,7 +216,7 @@ import { Component, Input, Output, EventEmitter } from '@angular/core'; + `, }) -export class TaskComponent { { +export class TaskComponent { + @Input() task: Task; // tslint:disable-next-line: no-output-on-prefix