mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +01:00
Update demo links
This commit is contained in:
parent
9fb7640516
commit
d2cb5ced5c
4 changed files with 57 additions and 34 deletions
|
|
@ -25,9 +25,9 @@ export class MainInfoSectionComponent implements OnDestroy {
|
|||
}
|
||||
|
||||
private alive = true;
|
||||
private forMaterialTheme: boolean = false;
|
||||
public readonly breakpoints: any;
|
||||
public breakpoint: NbMediaBreakpoint;
|
||||
public forMaterialTheme: boolean = false;
|
||||
|
||||
@Input() public set material(value: any) {
|
||||
this.forMaterialTheme = coerceBooleanProperty(value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue