Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Angular 9 和 ivy 是最近才发布的。但是迁移现在让我很头疼。不幸的是,列出的错误无处可寻,也不是很有意义。我寻求帮助!
编译错误
我有同样的问题,通过更换解决了
@Injectable(({ providedIn: 'root' }))
和
@Injectable({ providedIn: 'root' })
主要思想是装饰者应该接受对象!