refactor(core): tree-shake application_module providers (#23477)

PR Close #23477
This commit is contained in:
Matias Niemelä
2018-04-23 10:47:27 -07:00
committed by Igor Minar
parent b4c252bcc5
commit eb031c6ff1
8 changed files with 61 additions and 20 deletions

View File

@ -6,7 +6,7 @@
* found in the LICENSE file at https://angular.io/license
*/
import {ApplicationRef, Inject, Injectable, Optional} from '@angular/core';
import {Inject, Injectable, Optional} from '@angular/core';
import {DOCUMENT, ɵDomAdapter as DomAdapter, ɵSharedStylesHost as SharedStylesHost, ɵTRANSITION_ID, ɵgetDOM as getDOM} from '@angular/platform-browser';
@Injectable()