text 安装@ auth0 / angular-jwt后出错

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 安装@ auth0 / angular-jwt后出错相关的知识,希望对你有一定的参考价值。


step 1. go to node_modules/@auth0/angular-jwt/src/jwt.interceptor.d.ts
        use this import { Observable } from "rxjs/Observable";
        
step 2: go to package.json and change the version of rxjs to 6.2.2 (latest version)
Step 3: in package.json also include the "rxjs-compat": "^6.2.2",

以上是关于text 安装@ auth0 / angular-jwt后出错的主要内容,如果未能解决你的问题,请参考以下文章