Skip to content

Instantly share code, notes, and snippets.

@Purecaesar
Created June 27, 2021 08:13
Show Gist options
  • Save Purecaesar/bd277e19ae0ed0a4cb6dfe2e4e0f001a to your computer and use it in GitHub Desktop.
Save Purecaesar/bd277e19ae0ed0a4cb6dfe2e4e0f001a to your computer and use it in GitHub Desktop.
import { Injectable, Injector } from "@angular/core";
@Injectable()
export class StaticInjectorService {
static Injector: Injector
constructor(injector: Injector) {
StaticInjectorService.Injector = injector;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment