|
| 1 | +/** |
| 2 | + * @license |
| 3 | + * Copyright Google LLC All Rights Reserved. |
| 4 | + * |
| 5 | + * Use of this source code is governed by an MIT-style license that can be |
| 6 | + * found in the LICENSE file at https://angular.io/license |
| 7 | + */ |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | +import * as animations from '@angular/animations'; |
| 12 | +import * as animationsBrowser from '@angular/animations/browser'; |
| 13 | +import * as animationsBrowserTesting from '@angular/animations/browser/testing'; |
| 14 | +import * as common from '@angular/common'; |
| 15 | +import * as commonHttp from '@angular/common/http'; |
| 16 | +import * as commonTesting from '@angular/common/testing'; |
| 17 | +import * as commonHttpTesting from '@angular/common/testing'; |
| 18 | +import * as compiler from '@angular/compiler'; |
| 19 | +import * as compilerTesting from '@angular/compiler/testing'; |
| 20 | +import * as core from '@angular/core'; |
| 21 | +import * as coreTesting from '@angular/core/testing'; |
| 22 | +import * as elements from '@angular/elements'; |
| 23 | +import * as forms from '@angular/forms'; |
| 24 | +import * as platformBrowser from '@angular/platform-browser'; |
| 25 | +import * as platformBrowserDynamic from '@angular/platform-browser-dynamic'; |
| 26 | +import * as platformBrowserDynamicTesting from '@angular/platform-browser-dynamic/testing'; |
| 27 | +import * as platformBrowserAnimations from '@angular/platform-browser/animations'; |
| 28 | +import * as platformBrowserTesting from '@angular/platform-browser/testing'; |
| 29 | +import * as platformServer from '@angular/platform-server'; |
| 30 | +import * as platformServerInit from '@angular/platform-server/init'; |
| 31 | +import * as platformServerTesting from '@angular/platform-server/testing'; |
| 32 | +import * as router from '@angular/router'; |
| 33 | +import * as routerTesting from '@angular/router/testing'; |
| 34 | +import * as routerUpgrade from '@angular/router/upgrade'; |
| 35 | +import * as serviceWorker from '@angular/service-worker'; |
| 36 | +import * as upgrade from '@angular/upgrade'; |
| 37 | +import * as upgradeStatic from '@angular/upgrade/static'; |
| 38 | +import * as upgradeTesting from '@angular/upgrade/static/testing'; |
| 39 | + |
| 40 | +export default { |
| 41 | + animations, |
| 42 | + animationsBrowser, |
| 43 | + animationsBrowserTesting, |
| 44 | + common, |
| 45 | + commonTesting, |
| 46 | + commonHttp, |
| 47 | + commonHttpTesting, |
| 48 | + compiler, |
| 49 | + compilerTesting, |
| 50 | + core, |
| 51 | + coreTesting, |
| 52 | + elements, |
| 53 | + forms, |
| 54 | + platformBrowser, |
| 55 | + platformBrowserTesting, |
| 56 | + platformBrowserDynamic, |
| 57 | + platformBrowserDynamicTesting, |
| 58 | + platformBrowserAnimations, |
| 59 | + platformServer, |
| 60 | + platformServerInit, |
| 61 | + platformServerTesting, |
| 62 | + router, |
| 63 | + routerTesting, |
| 64 | + routerUpgrade, |
| 65 | + serviceWorker, |
| 66 | + upgrade, |
| 67 | + upgradeStatic, |
| 68 | + upgradeTesting, |
| 69 | +}; |
0 commit comments