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