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 7ef88ce commit 117293bCopy full SHA for 117293b
apps/blog/src/app/app.config.ts
@@ -3,6 +3,7 @@ import {
3
provideRouter,
4
withComponentInputBinding,
5
withEnabledBlockingInitialNavigation,
6
+ withViewTransitions,
7
} from '@angular/router';
8
import { provideHttpClient, withFetch } from '@angular/common/http';
9
import { environment } from '../environments/environment';
@@ -15,6 +16,7 @@ export const appConfig: ApplicationConfig = {
15
16
blogShellRoutes,
17
withEnabledBlockingInitialNavigation(),
18
withComponentInputBinding(),
19
+ withViewTransitions(),
20
),
21
provideHttpClient(withFetch()),
22
provideClientHydration(),
0 commit comments