@angular/ssr
Advanced tools
Comparing version 19.0.0-next.11 to 19.0.0-next.12
import type { ApplicationRef } from '@angular/core'; | ||
import { default as default_2 } from 'critters'; | ||
import { EnvironmentProviders } from '@angular/core'; | ||
import { InjectionToken } from '@angular/core'; | ||
import type { Type } from '@angular/core'; | ||
@@ -446,16 +445,4 @@ | ||
/** | ||
* Injection token for the current request. | ||
* @developerPreview | ||
*/ | ||
export declare const REQUEST: InjectionToken<Request>; | ||
/** | ||
* Injection token for additional request context. | ||
* @developerPreview | ||
*/ | ||
export declare const REQUEST_CONTEXT: InjectionToken<unknown>; | ||
/** | ||
* Function for handling HTTP requests in a web environment. | ||
@@ -470,8 +457,2 @@ * | ||
/** | ||
* Injection token for the response initialization options. | ||
* @developerPreview | ||
*/ | ||
export declare const RESPONSE_INIT: InjectionToken<ResponseInit>; | ||
/** | ||
* A route tree implementation that supports efficient route matching, including support for wildcard routes. | ||
@@ -478,0 +459,0 @@ * This structure is useful for organizing and retrieving routes in a hierarchical manner, |
{ | ||
"name": "@angular/ssr", | ||
"version": "19.0.0-next.11", | ||
"version": "19.0.0-next.12", | ||
"description": "Angular server side rendering utilities", | ||
@@ -25,10 +25,11 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@angular/common": "19.0.0-next.9", | ||
"@angular/compiler": "19.0.0-next.9", | ||
"@angular/core": "19.0.0-next.9", | ||
"@angular/platform-browser": "19.0.0-next.9", | ||
"@angular/platform-server": "19.0.0-next.9", | ||
"@angular/router": "19.0.0-next.9", | ||
"@angular/common": "19.0.0-next.10", | ||
"@angular/compiler": "19.0.0-next.10", | ||
"@angular/core": "19.0.0-next.10", | ||
"@angular/platform-browser": "19.0.0-next.10", | ||
"@angular/platform-server": "19.0.0-next.10", | ||
"@angular/router": "19.0.0-next.10", | ||
"@bazel/runfiles": "^5.8.1" | ||
}, | ||
"sideEffects": false, | ||
"schematics": "./schematics/collection.json", | ||
@@ -53,4 +54,8 @@ "repository": { | ||
"default": "./fesm2022/node.mjs" | ||
}, | ||
"./tokens": { | ||
"types": "./tokens/index.d.ts", | ||
"default": "./fesm2022/tokens.mjs" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1493217
25
16639