Skip to content

Instantly share code, notes, and snippets.

@akkumar
akkumar / app.component.ts
Last active December 19, 2017 08:58 — forked from tomastrajan/app.component.ts
Angular Material Theming - overlay handling
import { OverlayContainer} from '@angular/cdk/overlay';
export class AppComponent implements OnInit {
// use this to set correct theme class on app holder
// eg: <div [class]="themeClass">...</div>
themeClass: string;
overlayContainer;