Skip to content

Commit ac8e1d0

Browse files
Update elementRef to protected
Co-Authored-By: youda97 <[email protected]>
1 parent a11e67a commit ac8e1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content-switcher/content-switcher.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export class ContentSwitcher implements AfterViewInit {
3434

3535
@ContentChildren(ContentSwitcherOption) options: QueryList<ContentSwitcherOption>;
3636

37-
constructor(private elementRef: ElementRef) {}
37+
constructor(protected elementRef: ElementRef) {}
3838

3939
ngAfterViewInit() {
4040
this.options.first.active = true;

0 commit comments

Comments
 (0)