Skip to content

Instantly share code, notes, and snippets.

@alexzuza
Created January 29, 2019 07:44
Show Gist options
  • Select an option

  • Save alexzuza/d4a78d3118c71a420e18f83be843153e to your computer and use it in GitHub Desktop.

Select an option

Save alexzuza/d4a78d3118c71a420e18f83be843153e to your computer and use it in GitHub Desktop.
di r3
export class R3Injector {
private records = new Map<Type<any>|InjectionToken<any>, Record<any>>();
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment