File

src/app/services/poll.service.ts

Index

Properties

Constructor

constructor()

Properties

Private baseHref
Type : string
Default value : environment.baseApiHref
import {Injectable} from '@angular/core';
import {environment} from "../../environments/environment";

@Injectable({
    providedIn: 'root'
})
export class PollService {

    private baseHref: string = environment.baseApiHref;

    constructor() {
    }


}

result-matching ""

    No results matching ""