类提供者 类提供者的创建和使用 假设有logger类: import { Injectable } from '@angular/core'; @Injectable() export class LoggerService { logs: string