Skip to content

Commit eb7f2cd

Browse files
committed
Merge branch 'pill' of github.com:cal-smith/carbon-components-angular into pill
2 parents c66e1f2 + b3b9ebc commit eb7f2cd

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)