Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option to skip error handling to forRoot method of ThemeShared #3636

Closed
mehmet-erim opened this issue Apr 16, 2020 · 1 comment · Fixed by #3652
Closed

Add an option to skip error handling to forRoot method of ThemeShared #3636

mehmet-erim opened this issue Apr 16, 2020 · 1 comment · Fixed by #3652

Comments

@mehmet-erim
Copy link
Contributor

mehmet-erim commented Apr 16, 2020

skipHandledErrorCodes status code array will be passed to ThemeShared like below:

ThemeSharedModule.forRoot({
      httpErrorConfig: {
+         skipHandledErrorCodes: [401, 403, 404, 500]
@kenan0122
Copy link

How to customize the error component

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants