import { Injectable } from '@angular/core'; @Injectable() export abstract class MapsApiLoaderService { abstract load(): Promise; }