diff --git a/src/components/app/app.ts b/src/components/app/app.ts index a33b8b011..5e3827ddc 100644 --- a/src/components/app/app.ts +++ b/src/components/app/app.ts @@ -1,5 +1,6 @@ import { EventEmitter, Injectable, Optional } from '@angular/core'; -import { DOCUMENT, Title } from '@angular/platform-browser'; +import { DOCUMENT } from '@angular/common'; +import { Title } from '@angular/platform-browser'; import { IonicApp } from './app-root'; import * as Constants from './app-constants'; diff --git a/src/module.ts b/src/module.ts index e9b48d798..1ac1dd96b 100644 --- a/src/module.ts +++ b/src/module.ts @@ -3,7 +3,8 @@ */ import { ANALYZE_FOR_ENTRY_COMPONENTS, APP_INITIALIZER, ComponentFactoryResolver, Inject, Injector, ModuleWithProviders, NgModule, NgZone, Optional } from '@angular/core'; import { APP_BASE_HREF, HashLocationStrategy, Location, LocationStrategy, PathLocationStrategy, PlatformLocation } from '@angular/common'; -import { DOCUMENT, HAMMER_GESTURE_CONFIG } from '@angular/platform-browser'; +import { DOCUMENT } from '@angular/common'; +import { HAMMER_GESTURE_CONFIG } from '@angular/platform-browser'; import { FormsModule, ReactiveFormsModule } from '@angular/forms'; import { CommonModule } from '@angular/common';