UNPKG
consumerportal
Version:
latest (1.0.0)
1.0.0
mydna Custimised for you
consumerportal
/
js
/
src
/
values.ts
23 lines
(16 loc)
•
300 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/// <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
:
''
}); })();