chore(packaging): update imports in forms
This commit is contained in:
parent
8250a8c1ca
commit
50b553964d
|
@ -1,2 +1,2 @@
|
|||
export * from './src/model';
|
||||
export * from './src/decorators';
|
||||
export * from './src/forms/model';
|
||||
export * from './src/forms/decorators';
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import {ddescribe, describe, it, iit, xit, expect, beforeEach, afterEach, el} from 'test_lib/test_lib';
|
||||
import {ControlGroup, Control} from 'forms/forms';
|
||||
import {ddescribe, describe, it, iit, xit, expect, beforeEach, afterEach, el} from 'angular2/test_lib';
|
||||
import {ControlGroup, Control} from 'angular2/forms';
|
||||
|
||||
export function main() {
|
||||
describe("ControlGroup", () => {
|
||||
|
|
Loading…
Reference in New Issue