Skip to content

Commit b3b9ebc

Browse files
Update .storybook/experimental.component.ts
Co-Authored-By: cal-smith <[email protected]>
1 parent ee5bb3d commit b3b9ebc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.storybook/experimental.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import { ExperimentalService } from "../src/experimental.module";
1313
template: ``
1414
})
1515
export class ExperimentalComponenent implements AfterViewInit, OnDestroy {
16-
1716
@Input() set isExperimental(value: boolean) {
1817
this.experimental.isExperimental = value;
1918
this.isExperimentalChange.emit(this.experimental.isExperimental);

0 commit comments

Comments
 (0)