mirror of
				https://github.com/richard-loafle/fuse-angular.git
				synced 2025-10-31 17:13:33 +00:00 
			
		
		
		
	Fixed private methods and injections
This commit is contained in:
		
							parent
							
								
									65523c3c95
								
							
						
					
					
						commit
						9efab7ed20
					
				| @ -4,7 +4,7 @@ | |||||||
| 
 | 
 | ||||||
|         <span class="title">Theme Options</span> |         <span class="title">Theme Options</span> | ||||||
| 
 | 
 | ||||||
|         <button mat-icon-button class="close-button" (click)="_toggleSidebarOpen('themeOptionsPanel')"> |         <button mat-icon-button class="close-button" (click)="toggleSidebarOpen('themeOptionsPanel')"> | ||||||
|             <mat-icon>close</mat-icon> |             <mat-icon>close</mat-icon> | ||||||
|         </button> |         </button> | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -106,7 +106,7 @@ export class AppComponent implements OnInit, OnDestroy | |||||||
|      * |      * | ||||||
|      * @param key |      * @param key | ||||||
|      */ |      */ | ||||||
|     private toggleSidebarOpen(key): void |     toggleSidebarOpen(key): void | ||||||
|     { |     { | ||||||
|         this._fuseSidebarService.getSidebar(key).toggleOpen(); |         this._fuseSidebarService.getSidebar(key).toggleOpen(); | ||||||
|     } |     } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user