rxjs import stuff fixed

This commit is contained in:
Sercan Yemen 2017-08-14 17:17:49 +03:00
parent 429478b828
commit 05b051431e

View File

@ -1,6 +1,6 @@
import { Component, Input, OnInit } from '@angular/core';
import * as moment from 'moment';
import { Observable } from 'rxjs/Observable';
import { Observable } from 'rxjs/Rx';
@Component({
selector : 'fuse-countdown',