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.
1 parent a11e67a commit ac8e1d0Copy full SHA for ac8e1d0
src/content-switcher/content-switcher.component.ts
@@ -34,7 +34,7 @@ export class ContentSwitcher implements AfterViewInit {
34
35
@ContentChildren(ContentSwitcherOption) options: QueryList<ContentSwitcherOption>;
36
37
- constructor(private elementRef: ElementRef) {}
+ constructor(protected elementRef: ElementRef) {}
38
39
ngAfterViewInit() {
40
this.options.first.active = true;
0 commit comments