CyanSill
再见夏日青鸟

cyansill

再见夏日青鸟

博客园 首页 新随笔 联系 订阅 管理

2024年12月20日 #

摘要: 向 Service 注入另一 Service ,如下图 export class MemeService { public constructor( @Inject() private readonly anotherMemeService: AnotherMemeService, // ... ) 阅读全文
posted @ 2024-12-20 18:31 CyanSill 阅读(24) 评论(0) 推荐(0)