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