import {Injectable} from '@angular/core'; import {RdComponent} from './rdComponent'; @Injectable() export class RdService extends RdComponent { }