/angularfire2/index has no exported member 'AngularFire'

后端 未结 3 731
悲&欢浪女
悲&欢浪女 2020-12-09 18:08

Can\'t fix this problem:

app.component.ts

import { AngularFire, AuthProviders, AuthMethods } from \'angularfire2\';

/angularfire2/index has no expor         


        
3条回答
  •  一向
    一向 (楼主)
    2020-12-09 18:51

    The solution is :

    With the "angularfire2": "^5.1.1",

    you need this libraries too:

    "rxfire": "^3.3.5",
    "rxjs": "6.3.3",
    "rxjs-compat": "6.3.3",
    

提交回复
热议问题