2019-09-18 15:02:21 +09:00

9 lines
140 B
TypeScript

import { Injectable } from '@angular/core';
@Injectable({
providedIn: 'root'
})
export class EventProtocolService {
constructor() {}
}