mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
10 lines
133 B
JavaScript
10 lines
133 B
JavaScript
System.config({
|
|
map: {
|
|
'angular2': '/base/angular2'
|
|
},
|
|
packages: {
|
|
'ionic-angular': {
|
|
main: 'index'
|
|
}
|
|
}
|
|
}); |