Skip to content

Commit

Permalink
HttpErrorResponseMessage provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Romanchuk committed Jul 30, 2018
1 parent 94f0bf0 commit d9766e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/i18next-error.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ const declarations = [
],
declarations: declarations,
exports: declarations,
providers: []
providers: [
HttpErrorResponseMessage
]
})
export class I18NextErrorInterceptorModule {
static forRoot(httpStatusDictionary: Dic = null): ModuleWithProviders {
Expand Down

0 comments on commit d9766e0

Please sign in to comment.