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 649aa0d commit 01bb106Copy full SHA for 01bb106
library/angular-admin-lte/src/lib/layout/layout.service.ts
@@ -6,7 +6,7 @@ import { ActivatedRoute, ActivationStart, Router, RouterEvent } from '@angular/r
6
7
@Injectable()
8
export class LayoutService {
9
- public isCustomLayout: BehaviorSubject<boolean> = new BehaviorSubject(true);
+ public isCustomLayout: BehaviorSubject<boolean> = new BehaviorSubject(false);
10
11
private customLayout: boolean;
12
0 commit comments