build: move rxjs type reference to event emitter (#28720)

PR Close #28720
This commit is contained in:
Greg Magolan 2019-02-18 15:09:37 -08:00 committed by Igor Minar
parent 25aae64274
commit 67ad8a2632
5 changed files with 2 additions and 8 deletions

View File

@ -6,8 +6,6 @@
* found in the LICENSE file at https://angular.io/license
*/
/// <reference types="rxjs" />
import {HttpClient} from '@angular/common/http';
import {HttpClientTestingBackend} from '@angular/common/http/testing/src/backend';

View File

@ -6,6 +6,8 @@
* found in the LICENSE file at https://angular.io/license
*/
/// <reference types="rxjs" />
import {Subject, Subscription} from 'rxjs';
/**

View File

@ -6,8 +6,6 @@
* found in the LICENSE file at https://angular.io/license
*/
/// <reference types="rxjs" />
import {EventEmitter} from '@angular/core';
import {defineComponent, defineDirective} from '../../src/render3/index';

View File

@ -6,8 +6,6 @@
* found in the LICENSE file at https://angular.io/license
*/
/// <reference types="rxjs" />
import {EventEmitter} from '@angular/core';
import {defineComponent, defineDirective} from '../../src/render3/index';

View File

@ -6,8 +6,6 @@
* found in the LICENSE file at https://angular.io/license
*/
/// <reference types="rxjs" />
import {NgForOfContext} from '@angular/common';
import {ElementRef, QueryList, TemplateRef, ViewContainerRef} from '@angular/core';