我添加mapbox的组件是mapsla,这个项目基于ngx-admin starter-kit mapsla.module.ts mapsla.component.ts mapsla.component.htmlProject structure screen shot Error in ngx-admin web browser , map not show
我正在尝试将基于ngx admin的项目从angular 8升级到9。我遵循angular.io指南,也遵循指南建议的步骤: "If you are a library author and you had a method returning ModuleWithProviders (typically via a method named forRoot()), you will need to specify the generic type. Learn more angular.io" 然后,我将所有nebular组件升级到版本5.0.0。然后我升级ng2-smar
我正在尝试配置我的ngx来使用REST连接到Firebase。堆栈溢出上的大多数帖子指示使用Firebase的SDK重写身份验证代码。这不是我想要的。相反,ngx已经被设计为使用REST进行身份验证,Firebase也支持它。因此,我决定采用这种方法尽可能多地使用ngx代码库。providers: { service: NbEmailPassAuthProvider, base