且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

AngularDart v0.14.0 错误:运行 pub 服务器时在生成的 typeFactory 映射中找不到类型“xxx"

更新时间:2023-08-21 16:33:34

据我所知,您需要将 @Injectable 注释添加到您的 CurrencyService 类中.

As far as I know you need to add the @Injectable annotation to your CurrencyService class.

@Injectable()
class CurrencyService {