UNPKG

consumerportal

Version:

mydna Custimised for you

23 lines (16 loc) 300 B
/// <reference path="includes.ts" /> interface ImyDNAValues { baseUrl: any; feedUrl: any; } ((): void => { 'use strict'; var theurl: ImyDNAValues = { baseUrl: '', feedUrl: '' } angular.module('app').value('mydnaValues', { baseUrl: '', feedUrl: '' }); })();