Created
January 29, 2019 07:44
-
-
Save alexzuza/d4a78d3118c71a420e18f83be843153e to your computer and use it in GitHub Desktop.
di r3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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