member_webapp/@overflow/meta/service/meta-notification.service.ts
crusader 10e14d5edb ing
2018-05-29 19:17:16 +09:00

15 lines
350 B
TypeScript

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