We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0506a0e commit a997a88Copy full SHA for a997a88
packages/router/src/provide_router.ts
@@ -27,6 +27,7 @@ import {
27
Provider,
28
runInInjectionContext,
29
Type,
30
+ ɵperformanceMarkFeature as performanceMarkFeature,
31
} from '@angular/core';
32
import {of, Subject} from 'rxjs';
33
@@ -788,6 +789,7 @@ export function withComponentInputBinding(): ComponentInputBindingFeature {
788
789
export function withViewTransitions(
790
options?: ViewTransitionsFeatureOptions,
791
): ViewTransitionsFeature {
792
+ performanceMarkFeature('NgRouterViewTransitions');
793
const providers = [
794
{provide: CREATE_VIEW_TRANSITION, useValue: createViewTransition},
795
{
0 commit comments