Skip to content

Instantly share code, notes, and snippets.

View cyberyugun's full-sized avatar

Yudi Gunawan cyberyugun

View GitHub Profile
import { Injectable } from '@angular/core';
import { HttpClient, HttpHeaders, HttpParams } from '@angular/common/http';
@Injectable({
providedIn: 'root'
})
export class RestApiService {
constructor(private http: HttpClient) { }