member_webapp/@overflow/meta/service/meta-notification.service.ts
crusader cd1e53f67a ing
2018-06-04 17:25:29 +09:00

15 lines
339 B
TypeScript

import { Injectable } from '@angular/core';
import { Observable } from 'rxjs';
import { RPCService } from '@loafer/ng-rpc';
import { MetaCrawler, MetaNotification } from '@overflow/commons-typescript/model/meta';
@Injectable()
export class MetaNotificationService {
public constructor(
private rpcService: RPCService,
) {
}
}