We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c66e1f2 + b3b9ebc commit eb7f2cdCopy full SHA for eb7f2cd
.storybook/experimental.component.ts
@@ -13,7 +13,6 @@ import { ExperimentalService } from "../src/experimental.module";
13
template: ``
14
})
15
export class ExperimentalComponenent implements AfterViewInit, OnDestroy {
16
-
17
@Input() set isExperimental(value: boolean) {
18
this.experimental.isExperimental = value;
19
this.isExperimentalChange.emit(this.experimental.isExperimental);
0 commit comments