mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
13 lines
427 B
JavaScript
13 lines
427 B
JavaScript
'use strict';function __export(m) {
|
|
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
}
|
|
/**
|
|
* @module
|
|
* @description
|
|
* Starting point to import all compiler APIs.
|
|
*/
|
|
__export(require('./src/compiler/url_resolver'));
|
|
__export(require('./src/compiler/xhr'));
|
|
__export(require('./src/compiler/compiler'));
|
|
__export(require('./src/compiler/app_root_url'));
|
|
//# sourceMappingURL=compiler.js.map
|