Alan Agius 1cacb8de15 refactor(@angular/ssr): export tokens from the /tokens entry point
This commit relocates the DI tokens to a dedicated entry point. This change ensures that we do not depend on tree-shaking to eliminate server code from client bundles.

Closes #28670
2024-10-21 18:37:36 +02:00

10 lines
276 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
*/
export { REQUEST, RESPONSE_INIT, REQUEST_CONTEXT } from './src/tokens';