feat: update Nebular to 4.1.2 (#5451)

This commit is contained in:
Sergey Andrievskiy 2019-07-15 14:14:04 +03:00 committed by GitHub
parent 4febf1902c
commit a2e93f9376
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 728 additions and 1109 deletions

View file

@ -34,7 +34,6 @@ import {
ThreeColumnsLayoutComponent,
TwoColumnsLayoutComponent,
} from './layouts';
import { WindowModeBlockScrollService } from './services/window-mode-block-scroll.service';
import { DEFAULT_THEME } from './styles/theme.default';
import { COSMIC_THEME } from './styles/theme.cosmic';
import { CORPORATE_THEME } from './styles/theme.corporate';
@ -87,7 +86,6 @@ export class ThemeModule {
},
[ DEFAULT_THEME, COSMIC_THEME, CORPORATE_THEME, DARK_THEME ],
).providers,
WindowModeBlockScrollService,
],
};
}