Skip to content

Instantly share code, notes, and snippets.

@AbGrS
Last active February 21, 2018 09:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AbGrS/2dd904e374c0da2683429124150ff991 to your computer and use it in GitHub Desktop.
Save AbGrS/2dd904e374c0da2683429124150ff991 to your computer and use it in GitHub Desktop.
My Service for angular proxy routing
@Injectable()
export class MyService {
getBaseUrl(){
return "http://localhost:4000/"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment