📜  类正在使用 Angular 功能,但没有装饰.请添加一个明确的 Angular 装饰器. - Javascript代码示例

📅  最后修改于: 2022-03-11 15:03:07.308000             🧑  作者: Mango

代码示例1
After angular 10, all the class with service function needs to inject:
@Injectable() //reason to satisfy the compiler.