Skip to content

Commit 117293b

Browse files
committed
feat(config): add view transitions
1 parent 7ef88ce commit 117293b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/blog/src/app/app.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import {
33
provideRouter,
44
withComponentInputBinding,
55
withEnabledBlockingInitialNavigation,
6+
withViewTransitions,
67
} from '@angular/router';
78
import { provideHttpClient, withFetch } from '@angular/common/http';
89
import { environment } from '../environments/environment';
@@ -15,6 +16,7 @@ export const appConfig: ApplicationConfig = {
1516
blogShellRoutes,
1617
withEnabledBlockingInitialNavigation(),
1718
withComponentInputBinding(),
19+
withViewTransitions(),
1820
),
1921
provideHttpClient(withFetch()),
2022
provideClientHydration(),

0 commit comments

Comments
 (0)