Skip to content

Commit 53ecb0b

Browse files
committed
chores: formatting
1 parent 76e40d8 commit 53ecb0b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

frontend/src/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
55
<title>AngularExample</title>
6-
<base href="/">
7-
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<link rel="icon" type="image/x-icon" href="favicon.ico">
6+
<base href="/" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1" />
8+
<link rel="icon" type="image/x-icon" href="favicon.ico" />
99
</head>
1010
<body>
1111
<app-root ngCspNonce="${cspNonce}"></app-root>

frontend/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"enableI18nLegacyMessageIdFormat": false,
2525
"strictInjectionParameters": true,
2626
"strictInputAccessModifiers": true,
27-
"typeCheckHostBindings": true,
27+
"typeCheckHostBindings": true,
2828
"strictTemplates": true
2929
}
3030
}

0 commit comments

Comments
 (0)