UNPKG

869 BJavaScriptView Raw
1import { InjectionToken } from '@angular/core';
2
3/**
4 * @license
5 * Copyright Google LLC All Rights Reserved.
6 *
7 * Use of this source code is governed by an MIT-style license that can be
8 * found in the LICENSE file at https://angular.io/license
9 */
10const REQUEST = new InjectionToken('REQUEST');
11const RESPONSE = new InjectionToken('RESPONSE');
12
13/**
14 * @license
15 * Copyright Google LLC All Rights Reserved.
16 *
17 * Use of this source code is governed by an MIT-style license that can be
18 * found in the LICENSE file at https://angular.io/license
19 */
20
21/**
22 * @license
23 * Copyright Google LLC All Rights Reserved.
24 *
25 * Use of this source code is governed by an MIT-style license that can be
26 * found in the LICENSE file at https://angular.io/license
27 */
28
29/**
30 * Generated bundle index. Do not edit.
31 */
32
33export { REQUEST, RESPONSE };
34//# sourceMappingURL=tokens.mjs.map