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, ) { } }