mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
7567348c54
This reverts commit 381cb98226.
PR Close #50529
13 lines
300 B
TypeScript
13 lines
300 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.io/license
|
|
*/
|
|
|
|
import '../zone';
|
|
import '../common/promise';
|
|
import '../common/to-string';
|
|
import './api-util';
|