Skip to content

Instantly share code, notes, and snippets.

import {Injectable} from '@angular/core';
import {BreakpointObserver, BreakpointState} from '@angular/cdk/layout';
import {BehaviorSubject} from 'rxjs';
export enum Breakpoints {
'XS' = 'xs',
'SM' = 'sm',
'MD' = 'md',
'LG' = 'lg',
'XL' = 'xl'
@rekoch
rekoch / notifications.component.html
Created October 7, 2017 13:43 — forked from mrgoos/notifications.component.html
Use primeNg GrowlModule globally through a service
<p-growl [value]="msgs"></p-growl>