Skip to content

Instantly share code, notes, and snippets.

@GrandSchtroumpf
Created April 12, 2018 11:12
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 GrandSchtroumpf/7d15f7953ff672f9731e9182fe432326 to your computer and use it in GitHub Desktop.
Save GrandSchtroumpf/7d15f7953ff672f9731e9182fe432326 to your computer and use it in GitHub Desktop.
Injectable Token for Web3
import { InjectionToken } from '@angular/core';
import Web3 from ‘web3’;
export const WEB3 = new InjectionToken<Web3>('web3');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment