UNPKG

492 BTypeScriptView Raw
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.dev/license
7 */
8import * as strategy from './strategy';
9export * from './api';
10export * from './create-job-handler';
11export * from './exception';
12export * from './dispatcher';
13export * from './fallback-registry';
14export * from './simple-registry';
15export * from './simple-scheduler';
16export { strategy };