File

modules/payments-component/src/payments.service.ts

Constructor

constructor()

Properties

Public orderSubject
orderSubject: any
import { Subject } from 'rxjs/Subject';
import { Injectable } from '@angular/core';
@Injectable()
export class PaymentsService {

    public orderSubject: Subject<any>;

    constructor(){
        this.orderSubject = new Subject();
    }
}

results matching ""

    No results matching ""