chore(e2e): rename to to standardize on format

rename  to  to standardize on format
This commit is contained in:
Dan Bucholtz
2017-03-20 11:57:26 -05:00
parent d5ba56f144
commit af16846568
95 changed files with 347 additions and 347 deletions

View File

@@ -11,18 +11,18 @@ export class E2EPage {}
@Component({
template: '<ion-nav [root]="rootPage"></ion-nav>'
})
export class E2EApp {
export class AppComponent {
rootPage = E2EPage;
}
@NgModule({
declarations: [
E2EApp,
AppComponent,
E2EPage
],
imports: [
BrowserModule,
IonicModule.forRoot(E2EApp)
IonicModule.forRoot(AppComponent)
],
bootstrap: [IonicApp],
entryComponents: [