UNPKG
bdt105angulartranslatecomponent
Version:
latest (2.0.4)
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.9
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Access to MySql database API
github.com/bdt105/modules
bdt105/modules
bdt105angulartranslatecomponent
/
src
/
translateoptions.service.ts
7 lines
(6 loc)
•
145 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{
Injectable
}
from
'@angular/core'
;
@Injectable
()
export
class
TranslateOptions
{
public
baseUrl
:
string
;
public
language
:
string
; }