mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-25 09:24:08 +01:00
build: update tslint config (#1436)
This commit is contained in:
parent
be7649a9a2
commit
630cb85e3b
9 changed files with 16 additions and 23 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { Component, OnInit } from '@angular/core';
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'ngx-block-level-buttons',
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@ export class TypographyComponent implements OnDestroy {
|
|||
constructor(private themeService: NbThemeService,
|
||||
private breakpointService: NbMediaBreakpointsService) {
|
||||
|
||||
this.breakpoints = breakpointService.getBreakpointsMap();
|
||||
this.themeSubscription = themeService.onMediaQueryChange()
|
||||
this.breakpoints = this.breakpointService.getBreakpointsMap();
|
||||
this.themeSubscription = this.themeService.onMediaQueryChange()
|
||||
.subscribe(([oldValue, newValue]) => {
|
||||
this.breakpoint = newValue;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue