mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
7 lines
90 B
JavaScript
7 lines
90 B
JavaScript
System.paths = {
|
|
'*': '/*.js',
|
|
'rx/dist/*': '*.js'
|
|
};
|
|
register(System);
|
|
cjs(System);
|
|
|