Skip to content

Instantly share code, notes, and snippets.

@mrgoos
mrgoos / app.module.ts
Last active May 27, 2022 19:42
Intercepting http request/respons in Angular 2. Works from version 2.3.0.
...
...
providers: [
{ provide: Http, useClass: ExtendedHttpService }
]
...
...
@mrgoos
mrgoos / notifications.component.html
Last active March 3, 2022 09:05
Use primeNg GrowlModule globally through a service
<p-growl [value]="msgs"></p-growl>