mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
test(e2e): update all e2e tests to use a local path to ionic
this lets type errors to show up during development closes #6366
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import {Validators, Control, ControlGroup} from 'angular2/common';
|
||||
import {Http} from 'angular2/http';
|
||||
import {App, Page, IonicApp, NavController} from 'ionic-angular';
|
||||
import {App, Page, IonicApp, NavController} from '../../../../../ionic';
|
||||
|
||||
|
||||
@Page({
|
||||
|
Reference in New Issue
Block a user