Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. // environment.ts configuration
  2. export const environment = {
  3. production: false,
  4. appVersion: '1.0'
  5. endpoint: 'mysite.dev/rest',
  6. browserSupport: [
  7. {
  8. name: 'Chrome',
  9. version: 45
  10. },
  11. {
  12. name: 'Firefox',
  13. version: 40
  14. },
  15. {
  16. name: 'Safari',
  17. version: 9
  18. }
  19. ],
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement