UNPKG

home-addres

Version:
10 lines (7 loc) 139 B
import { Injectable } from '@angular/core'; @Injectable({ providedIn: 'root' }) export class HomeAddresService { constructor() { } }