Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PradeepLoganathan/89c11017673792b1281bd201b9e53fbc to your computer and use it in GitHub Desktop.
Save PradeepLoganathan/89c11017673792b1281bd201b9e53fbc to your computer and use it in GitHub Desktop.
app.module.ts
providers: [
CandidateService,
NotificationService,
UserLoginService,
UserRegistrationService,
LoggedInUserService,
TemplateCategoryService,
ResumeGeneratorService,
{provide: HTTP_INTERCEPTORS, useClass: AddTokenInterceptor, multi:true},
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment