Skip to content

Instantly share code, notes, and snippets.

@HologramOfMe
HologramOfMe / some.service.ts
Last active February 15, 2020 04:50
Workflows for error handling
import { HttpClient } from '@angular/common/http';
import { Subject, Observable } from 'rxjs';
...
@Injectable({
providedIn: 'root'
})
export class HandService {
// Class Properties
randomProperty: boolean = false;