Skip to content

Commit 50b5539

Browse files
committed
chore(packaging): update imports in forms
1 parent 8250a8c commit 50b5539

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/angular2/forms.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export * from './src/model';
2-
export * from './src/decorators';
1+
export * from './src/forms/model';
2+
export * from './src/forms/decorators';

modules/angular2/test/forms/model_spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import {ddescribe, describe, it, iit, xit, expect, beforeEach, afterEach, el} from 'test_lib/test_lib';
2-
import {ControlGroup, Control} from 'forms/forms';
1+
import {ddescribe, describe, it, iit, xit, expect, beforeEach, afterEach, el} from 'angular2/test_lib';
2+
import {ControlGroup, Control} from 'angular2/forms';
33

44
export function main() {
55
describe("ControlGroup", () => {

0 commit comments

Comments
 (0)