import { Injectable } from '@angular/core'; // oops, forgot the decorator export class SomeService { constructor(private otherService: OtherService) ...
確定! 回上一頁