UNPKG

@nebular/theme

Version:
16 lines 765 B
/** * @license * Copyright Akveo. All Rights Reserved. * Licensed under the MIT License. See License.txt in the project root for license information. */ import { InjectionToken } from '@angular/core'; export const NB_THEME_OPTIONS = new InjectionToken('Nebular Theme Options'); export const NB_MEDIA_BREAKPOINTS = new InjectionToken('Nebular Media Breakpoints'); export const NB_BUILT_IN_JS_THEMES = new InjectionToken('Nebular Built-in JS Themes'); export const NB_JS_THEMES = new InjectionToken('Nebular JS Themes'); /** * We're providing browser apis with tokens to improve testing capabilities. * */ export const NB_WINDOW = new InjectionToken('Window'); export const NB_DOCUMENT = new InjectionToken('Document'); //# sourceMappingURL=theme.options.js.map