chore(packaging): update import for the new file structure
This commit is contained in:
6
modules/angular2/angular2.js
vendored
6
modules/angular2/angular2.js
vendored
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* Define public API for Angular here.
|
||||
*/
|
||||
export * from 'change_detection/change_detection';
|
||||
export * from 'core/core';
|
||||
export * from 'directives/directives';
|
||||
export * from './change_detection';
|
||||
export * from './core';
|
||||
export * from './directives';
|
||||
|
Reference in New Issue
Block a user