mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
chore(tests): correct components to use src path instead of ionic to ensure karma tests pass.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import {FORM_DIRECTIVES, FormBuilder, Validators, Control, ControlGroup} from '@angular/common';
|
||||
|
||||
import {App, IonicApp} from '../../../../../ionic';
|
||||
import {App, IonicApp} from '../../../../../src';
|
||||
|
||||
|
||||
@App({
|
||||
|
@ -1,5 +1,5 @@
|
||||
import {Validators, Control, ControlGroup} from '@angular/common';
|
||||
import {App, Page, NavController} from '../../../../../ionic';
|
||||
import {App, Page, NavController} from '../../../../../src';
|
||||
|
||||
|
||||
@Page({
|
||||
|
@ -1,6 +1,6 @@
|
||||
import {Validators, Control, ControlGroup} from '@angular/common';
|
||||
import {Http} from '@angular/http';
|
||||
import {App, Page, IonicApp, NavController} from '../../../../../ionic';
|
||||
import {App, Page, IonicApp, NavController} from '../../../../../src';
|
||||
|
||||
|
||||
@Page({
|
||||
|
Reference in New Issue
Block a user