UNPKG

groceries-angular-service

Version:

Angular Service to be used with the sample groceries project

8 lines 237 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Config { } Config.apiUrl = "https://api.everlive.com/v1/GWfRtXi1Lwt4jcqK/"; Config.token = ""; exports.Config = Config; //# sourceMappingURL=config.js.map