Skip to content

Commit f2d5c02

Browse files
committed
comment entry prod build issues
- angular/angular-cli#7110
1 parent fcc7b2a commit f2d5c02

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/app/pages/board/board-detail/detail-board-comment/detail-comment-entry/detail-comment-entry.component.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import { Component, OnInit, ViewChild, ElementRef, Input } from '@angular/core';
22

3-
import { Observable, Subscription } from 'rxjs';
3+
import { Observable } from 'rxjs/Observable';
4+
import { Subscription } from 'rxjs/Subscription';
5+
import 'rxjs/add/observable/timer';
46

57
@Component({
68
selector: 'app-detail-comment-entry',

0 commit comments

Comments
 (0)