mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
24 lines
846 B
TypeScript
24 lines
846 B
TypeScript
/**
|
|
* @license
|
|
* Copyright Google LLC All Rights Reserved.
|
|
*
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://angular.dev/license
|
|
*/
|
|
|
|
/**
|
|
* Note: We intentionally use cross entry-point relative paths here. This
|
|
* is because the primary entry-point is deprecated and we also don't have
|
|
* it available in G3.
|
|
*/
|
|
|
|
// @ng_package: ignore-cross-repo-import
|
|
import * as ɵangular1 from '../src/common/src/angular1';
|
|
// @ng_package: ignore-cross-repo-import
|
|
import * as ɵconstants from '../src/common/src/constants';
|
|
// @ng_package: ignore-cross-repo-import
|
|
import * as ɵupgradeHelper from '../src/common/src/upgrade_helper';
|
|
// @ng_package: ignore-cross-repo-import
|
|
import * as ɵutil from '../src/common/src/util';
|
|
|
|
export {ɵangular1, ɵconstants, ɵupgradeHelper, ɵutil};
|