Skip to content

Commit 56f7fe5

Browse files
authored
build: default the dev app to M3 (angular#29871)
Sets the dev app to M3 when landing on it for the first time.
1 parent 52cad9c commit 56f7fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dev-app/dev-app/dev-app-state.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export function getAppState(): DevAppState {
4646
systemTheme: false,
4747
rippleDisabled: false,
4848
strongFocusEnabled: false,
49-
m3Enabled: false,
49+
m3Enabled: true,
5050
direction: 'ltr',
5151
colorApiBackCompat: true,
5252
};

0 commit comments

Comments
 (0)