@angular/ssr
Advanced tools
Comparing version 19.0.0-next.13 to 19.0.0-rc.0
import type { ApplicationRef } from '@angular/core'; | ||
import { default as default_2 } from 'critters'; | ||
import { default as default_2 } from 'beasties'; | ||
import { EnvironmentProviders } from '@angular/core'; | ||
@@ -260,2 +260,9 @@ import type { Type } from '@angular/core'; | ||
declare interface BeastiesBase { | ||
embedLinkedStylesheet(link: PartialHTMLElement, document: PartialDocument): Promise<unknown>; | ||
} | ||
declare class BeastiesBase extends default_2 { | ||
} | ||
/** | ||
@@ -286,9 +293,2 @@ * Annotates a request handler function with metadata, marking it as a special | ||
declare interface CrittersBase { | ||
embedLinkedStylesheet(link: PartialHTMLElement, document: PartialDocument): Promise<unknown>; | ||
} | ||
declare class CrittersBase extends default_2 { | ||
} | ||
/** | ||
@@ -799,3 +799,3 @@ * Represents the exports of an Angular server application entry point. | ||
export declare class ɵInlineCriticalCssProcessor extends CrittersBase { | ||
export declare class ɵInlineCriticalCssProcessor extends BeastiesBase { | ||
readFile: (path: string) => Promise<string>; | ||
@@ -807,3 +807,3 @@ readonly outputPath?: string | undefined; | ||
/** | ||
* Override of the Critters `embedLinkedStylesheet` method | ||
* Override of the Beasties `embedLinkedStylesheet` method | ||
* that makes it work with Angular's CSP APIs. | ||
@@ -810,0 +810,0 @@ */ |
{ | ||
"name": "@angular/ssr", | ||
"version": "19.0.0-next.13", | ||
"version": "19.0.0-rc.0", | ||
"description": "Angular server side rendering utilities", | ||
@@ -25,8 +25,8 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@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", | ||
"@angular/common": "19.0.0-next.11", | ||
"@angular/compiler": "19.0.0-next.11", | ||
"@angular/core": "19.0.0-next.11", | ||
"@angular/platform-browser": "19.0.0-next.11", | ||
"@angular/platform-server": "19.0.0-next.11", | ||
"@angular/router": "19.0.0-next.11", | ||
"@bazel/runfiles": "^5.8.1" | ||
@@ -33,0 +33,0 @@ }, |
@@ -7,2 +7,7 @@ export interface Schema { | ||
/** | ||
* Creates a server application using the Server Routing and App Engine APIs (Developer | ||
* Preview). | ||
*/ | ||
serverRouting?: boolean; | ||
/** | ||
* Skip installing dependency packages. | ||
@@ -9,0 +14,0 @@ */ |
@@ -18,2 +18,6 @@ { | ||
"default": false | ||
}, | ||
"serverRouting": { | ||
"description": "Creates a server application using the Server Routing and App Engine APIs (Developer Preview).", | ||
"type": "boolean" | ||
} | ||
@@ -20,0 +24,0 @@ }, |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
1600561
14609
9