avancement planning

This commit is contained in:
2026-05-26 11:58:39 +02:00
parent 619a2b240a
commit 150b97cd2e
4892 changed files with 99214 additions and 429382 deletions
+7 -1
View File
@@ -1,5 +1,5 @@
/**
* @license Angular v20.3.11
* @license Angular v20.3.21
* (c) 2010-2025 Google LLC. https://angular.dev/
* License: MIT
*/
@@ -558,6 +558,8 @@ type PreloadingFeature = RouterFeature<RouterFeatureKind.PreloadingFeature>;
* should be used.
* @returns A set of providers for use with `provideRouter`.
*
* @see [Preloading strategy](guide/routing/customizing-route-behavior#preloading-strategy)
*
* @publicApi
*/
declare function withPreloading(preloadingStrategy: Type<PreloadingStrategy>): PreloadingFeature;
@@ -595,6 +597,8 @@ type RouterConfigurationFeature = RouterFeature<RouterFeatureKind.RouterConfigur
* additional information.
* @returns A set of providers for use with `provideRouter`.
*
* @see [Router configuration options](guide/routing/customizing-route-behavior#router-configuration-options)
*
* @publicApi
*/
declare function withRouterConfig(options: RouterConfigOptions): RouterConfigurationFeature;
@@ -671,6 +675,7 @@ type NavigationErrorHandlerFeature = RouterFeature<RouterFeatureKind.NavigationE
* @see {@link NavigationError}
* @see {@link /api/core/inject inject}
* @see {@link runInInjectionContext}
* @see [Centralize error handling in withNavigationErrorHandler](guide/routing/data-resolvers#centralize-error-handling-in-withnavigationerrorhandler)
*
* @returns A set of providers for use with `provideRouter`.
*
@@ -759,6 +764,7 @@ declare function withComponentInputBinding(): ComponentInputBindingFeature;
* @returns A set of providers for use with `provideRouter`.
* @see https://developer.chrome.com/docs/web-platform/view-transitions/
* @see https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API
* @see [Route transition animations](guide/routing/route-transition-animations)
* @developerPreview 19.0
*/
declare function withViewTransitions(options?: ViewTransitionsFeatureOptions): ViewTransitionsFeature;