Skip to content

Instantly share code, notes, and snippets.

@Purecaesar
Created June 27, 2021 08:27
Show Gist options
  • Save Purecaesar/b058c371f7b9f35c4da3731166217710 to your computer and use it in GitHub Desktop.
Save Purecaesar/b058c371f7b9f35c4da3731166217710 to your computer and use it in GitHub Desktop.
import { NgModule } from "@angular/core";
import { StaticInjectorService } from "./services/static-injector.service";
@NgModule({
providers: [StaticInjectorService],
})
export class NgResolveModule {
constructor(_: StaticInjectorService) {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment