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

Rxjs Observable can't handle error after import module NgxProgressHttpModule #14

Closed
moomdate opened this issue Feb 14, 2021 · 3 comments
Assignees
Labels
bug Something isn't working released

Comments

@moomdate
Copy link

I tried catch error different methods
observe$.subcript(res=>{},error=>{})
or
observe$.pipe(catchError)
or

try{
 $observa
}catch(e){

}

but still not working in project

Package Version

@angular-devkit/architect 0.1102.0
@angular-devkit/build-angular 0.1102.0
@angular-devkit/core 11.2.0
@angular-devkit/schematics 11.2.0
@schematics/angular 11.2.0
@schematics/update 0.1102.0
rxjs 6.5.4
typescript 4.0.7

@kKen94
Copy link
Owner

kKen94 commented Feb 15, 2021

Hi,

can you provide me a repo or a stackblitz demo?

Thank you!

@moomdate
Copy link
Author

moomdate commented Feb 24, 2021

@kKen94 kKen94 added the bug Something isn't working label Aug 5, 2021
@kKen94 kKen94 self-assigned this Aug 5, 2021
@kKen94 kKen94 closed this as completed in 5faca89 Aug 7, 2021
kKen94 pushed a commit that referenced this issue Aug 7, 2021
# [2.2.0](v2.1.2...v2.2.0) (2021-08-07)

### Bug Fixes

* **interceptor:** Fix [#14](#14) ([5faca89](5faca89))

### Features

* **angular:** update core to v12 ([8c68edd](8c68edd))
* **flex-layout:** update to v12 ([1dc3d54](1dc3d54))
* **material:** update to v12 ([46c0ce1](46c0ce1))
@kKen94
Copy link
Owner

kKen94 commented Aug 7, 2021

🎉 This issue has been resolved in version 2.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@kKen94 kKen94 added the released label Aug 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

No branches or pull requests

2 participants