This repository was archived by the owner on Dec 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export class ComponentSidenav implements OnInit {
34
34
. pipe ( map ( breakpoint => breakpoint . matches ) ) ;
35
35
}
36
36
37
- @ViewChild ( MatSidenav , { static : false } ) sidenav : MatSidenav ;
37
+ @ViewChild ( MatSidenav , { static : false } ) sidenav : MatSidenav ;
38
38
39
39
ngOnInit ( ) {
40
40
// Combine params from all of the path into a single object.
Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ export class ComponentViewer implements OnDestroy {
65
65
encapsulation : ViewEncapsulation . None ,
66
66
} )
67
67
export class ComponentOverview implements OnInit {
68
- @ViewChild ( 'initialFocusTarget' , { static : false } ) focusTarget : ElementRef ;
69
- @ViewChild ( 'toc' , { static : false } ) tableOfContents : TableOfContents ;
68
+ @ViewChild ( 'initialFocusTarget' , { static : false } ) focusTarget : ElementRef ;
69
+ @ViewChild ( 'toc' , { static : false } ) tableOfContents : TableOfContents ;
70
70
showToc : Observable < boolean > ;
71
71
72
72
constructor ( public componentViewer : ComponentViewer , breakpointObserver : BreakpointObserver ) {
You can’t perform that action at this time.
0 commit comments