Socket
Socket
Sign inDemoInstall

@angular/platform-browser

Package Overview
Dependencies
6
Maintainers
2
Versions
795
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 18.0.0-next.2 to 18.0.0-next.3

4

animations/async/index.d.ts
/**
* @license Angular v18.0.0-next.2
* @license Angular v18.0.0-next.3
* (c) 2010-2022 Google LLC. https://angular.io/

@@ -20,3 +20,3 @@ * License: MIT

/**
* Returns the set of [dependency-injection providers](guide/glossary#provider)
* Returns the set of dependency-injection providers
* to enable animations in an application. See [animations guide](guide/animations)

@@ -23,0 +23,0 @@ * to learn more about animations in Angular.

/**
* @license Angular v18.0.0-next.2
* @license Angular v18.0.0-next.3
* (c) 2010-2022 Google LLC. https://angular.io/

@@ -21,3 +21,3 @@ * License: MIT

/**
* Exports `BrowserModule` with additional [dependency-injection providers](guide/glossary#provider)
* Exports `BrowserModule` with additional dependency-injection providers
* for use with animations. See [Animations](guide/animations).

@@ -72,3 +72,3 @@ * @publicApi

/**
* Returns the set of [dependency-injection providers](guide/glossary#provider)
* Returns the set of dependency-injection providers
* to enable animations in an application. See [animations guide](guide/animations)

@@ -97,3 +97,3 @@ * to learn more about animations in Angular.

/**
* Returns the set of [dependency-injection providers](guide/glossary#provider)
* Returns the set of dependency-injection providers
* to disable animations in an application. See [animations guide](guide/animations)

@@ -100,0 +100,0 @@ * to learn more about animations in Angular.

/**
* @license Angular v18.0.0-next.2
* @license Angular v18.0.0-next.3
* (c) 2010-2022 Google LLC. https://angular.io/

@@ -492,3 +492,4 @@ * License: MIT

NoHttpTransferCache = 0,
HttpTransferCacheOptions = 1
HttpTransferCacheOptions = 1,
I18nSupport = 2
}

@@ -694,3 +695,3 @@

/**
* A [DI token](guide/glossary#di-token "DI token definition") that indicates whether styles
* A DI token that indicates whether styles
* of destroyed components should be removed from DOM.

@@ -835,2 +836,10 @@ *

/**
* Enables support for hydrating i18n blocks.
*
* @developerPreview
* @publicApi
*/
export declare function withI18nSupport(): HydrationFeature<HydrationFeatureKind.I18nSupport>;
/**
* Disables HTTP transfer cache. Effectively causes HTTP requests to be performed twice: once on the

@@ -837,0 +846,0 @@ * server and other one on the browser.

{
"name": "@angular/platform-browser",
"version": "18.0.0-next.2",
"version": "18.0.0-next.3",
"description": "Angular - library for using Angular in a web browser",

@@ -14,5 +14,5 @@ "author": "angular",

"peerDependencies": {
"@angular/animations": "18.0.0-next.2",
"@angular/core": "18.0.0-next.2",
"@angular/common": "18.0.0-next.2"
"@angular/animations": "18.0.0-next.3",
"@angular/core": "18.0.0-next.3",
"@angular/common": "18.0.0-next.3"
},

@@ -19,0 +19,0 @@ "peerDependenciesMeta": {

/**
* @license Angular v18.0.0-next.2
* @license Angular v18.0.0-next.3
* (c) 2010-2022 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

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

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

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc