Skip to content

Instantly share code, notes, and snippets.

@santoshyadavdev
Last active February 6, 2020 07:53
Show Gist options
  • Save santoshyadavdev/243b69ef61b7c8092e62931246400f91 to your computer and use it in GitHub Desktop.
Save santoshyadavdev/243b69ef61b7c8092e62931246400f91 to your computer and use it in GitHub Desktop.
import { InjectionToken } from '@angular/core';
import { Config } from './demo.config';
export const configToken = new InjectionToken<Config>('demo token');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment