UNPKG

@akveo/nga-theme

Version:
9 lines 412 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 var ngaThemeOptionsToken = new InjectionToken('NGA_THEME_OPTIONS'); export var ngaMediaBreakpointsToken = new InjectionToken('NGA_MEDIA_BREAKPOINTS'); //# sourceMappingURL=theme.options.js.map