Certificate Pinning in angular 2

Hi All

Is there any way to achieve SSL certificate Pinning using ‘@angular/http’ instead of using native HTTP plugin ? if yes, then how do i achieve it ?

See: https://stackoverflow.com/questions/44163506/wrap-cordova-http-plugin-promise-as-observable

“angular http client is unable to perform certificate pinning”

See: Ionic Native HTTP instead of angulars http

Hi

Thanks for the reply,
if angular does not support cerificate pinning, then it means that i’ll have to change all of my http’s request codes using the native HTTP.
Do you know if there’s any way to merge the native HTTP with the angular one ?

-> Do you know if there’s any way to merge the native HTTP with the angular one

See: Ionic Native HTTP instead of angulars http