Update demo links

This commit is contained in:
eugene-sinitsyn 2020-03-12 18:09:23 +03:00
parent 9fb7640516
commit d2cb5ced5c
4 changed files with 57 additions and 34 deletions

View file

@ -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);