Skip to content

Instantly share code, notes, and snippets.

@baunov
Last active June 14, 2020 12:32
Show Gist options
  • Save baunov/1f4bf89d8ac7f89dcc60bc9d757da8ba to your computer and use it in GitHub Desktop.
Save baunov/1f4bf89d8ac7f89dcc60bc9d757da8ba to your computer and use it in GitHub Desktop.
import {InjectionToken} from '@angular/core';
export const HOST_URL = new InjectionToken<string>('HostUrl');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment