Skip to content

Commit

Permalink
fix(theme): get className in devMode()
Browse files Browse the repository at this point in the history
  • Loading branch information
alyleui committed Aug 20, 2018
1 parent 093f6de commit 2b6d25e
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 90 deletions.
4 changes: 2 additions & 2 deletions src/lib/src/theme/core-theme.service.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Injectable, Optional, Inject, Renderer2, RendererFactory2, isDevMode, ViewEncapsulation } from '@angular/core';
import { THEME_CONFIG, ThemeConfig, LY_THEME_CONFIG, LyThemeConfig } from './theme-config';
import { ThemeConfig, LY_THEME_CONFIG, LyThemeConfig } from './theme-config';
import { DOCUMENT } from '@angular/common';
import { StyleContent, StyleData, DataStyle, Style, MultipleStyles } from '../theme.service';
import { StyleContent, DataStyle, Style, MultipleStyles } from '../theme.service';
import { Platform } from '../platform';
import { InvertMediaQuery, transformMediaQuery } from '../media/invert-media-query';

Expand Down
Loading

0 comments on commit 2b6d25e

Please sign in to comment.