import { Injectable } from '@angular/core'; import { MyEnumType } from './app.enums'; @Injectable() export class EnumsService { MyEnumType = ...
確定! 回上一頁