diff --git a/code/frameworks/angular/template/components/button.component.ts b/code/frameworks/angular/template/components/button.component.ts index cf111b4255a..cc28c096578 100644 --- a/code/frameworks/angular/template/components/button.component.ts +++ b/code/frameworks/angular/template/components/button.component.ts @@ -1,8 +1,7 @@ import { Component, Input, Output, EventEmitter } from '@angular/core'; @Component({ - // Needs to be a different name to the CLI template button as they have a - // subtly different interface [label vs children] (for compodoc) + // Needs to be a different name to the CLI template button selector: 'storybook-framework-button', template: ` `, styleUrls: ['./button.css'], }) @@ -39,7 +38,7 @@ export default class FrameworkButtonComponent { * @required */ @Input() - children = 'Button'; + label = 'Button'; /** * Optional click handler