@angular/platform-server
Advanced tools
Comparing version
/** | ||
* @license Angular v19.2.2 | ||
* @license Angular v19.2.3 | ||
* (c) 2010-2025 Google LLC. https://angular.io/ | ||
@@ -100,2 +100,12 @@ * License: MIT | ||
/** | ||
* Renders an Angular application to a string. | ||
* | ||
* @private | ||
* | ||
* @param platformRef - Reference to the Angular platform. | ||
* @param applicationRef - Reference to the Angular application. | ||
* @returns A promise that resolves to the rendered string. | ||
*/ | ||
declare function renderInternal(platformRef: PlatformRef, applicationRef: ApplicationRef): Promise<string>; | ||
/** | ||
* An internal token that allows providing extra information about the server context | ||
@@ -160,2 +170,2 @@ * (e.g. whether SSR or SSG was used). The value is a string and characters other | ||
export { BEFORE_APP_SERIALIZED, INITIAL_CONFIG, type PlatformConfig, PlatformState, ServerModule, VERSION, platformServer, provideServerRendering, renderApplication, renderModule, ENABLE_DOM_EMULATION as ɵENABLE_DOM_EMULATION, INTERNAL_SERVER_PLATFORM_PROVIDERS as ɵINTERNAL_SERVER_PLATFORM_PROVIDERS, SERVER_CONTEXT as ɵSERVER_CONTEXT, SERVER_RENDER_PROVIDERS as ɵSERVER_RENDER_PROVIDERS }; | ||
export { BEFORE_APP_SERIALIZED, INITIAL_CONFIG, type PlatformConfig, PlatformState, ServerModule, VERSION, platformServer, provideServerRendering, renderApplication, renderModule, ENABLE_DOM_EMULATION as ɵENABLE_DOM_EMULATION, INTERNAL_SERVER_PLATFORM_PROVIDERS as ɵINTERNAL_SERVER_PLATFORM_PROVIDERS, SERVER_CONTEXT as ɵSERVER_CONTEXT, SERVER_RENDER_PROVIDERS as ɵSERVER_RENDER_PROVIDERS, renderInternal as ɵrenderInternal }; |
/** | ||
* @license Angular v19.2.2 | ||
* @license Angular v19.2.3 | ||
* (c) 2010-2025 Google LLC. https://angular.io/ | ||
@@ -4,0 +4,0 @@ * License: MIT |
{ | ||
"name": "@angular/platform-server", | ||
"version": "19.2.2", | ||
"version": "19.2.3", | ||
"description": "Angular - library for using Angular in Node.js", | ||
@@ -11,6 +11,6 @@ "author": "angular", | ||
"peerDependencies": { | ||
"@angular/common": "19.2.2", | ||
"@angular/compiler": "19.2.2", | ||
"@angular/core": "19.2.2", | ||
"@angular/platform-browser": "19.2.2", | ||
"@angular/common": "19.2.3", | ||
"@angular/compiler": "19.2.3", | ||
"@angular/core": "19.2.3", | ||
"@angular/platform-browser": "19.2.3", | ||
"rxjs": "^6.5.3 || ^7.4.0" | ||
@@ -17,0 +17,0 @@ }, |
/** | ||
* @license Angular v19.2.2 | ||
* @license Angular v19.2.3 | ||
* (c) 2010-2025 Google LLC. https://angular.io/ | ||
@@ -4,0 +4,0 @@ * License: MIT |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3125603
0.05%33074
0.07%18
12.5%