Files
angular-challenges/apps/signal/56-forms-and-signal/src/index.html
Laforge Thomas ddb5036af0 Challenge 56 multi step reactive form and signals (#1030)
feat: challenge 55 form and signal
2024-07-08 17:11:41 +02:00

14 lines
337 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>signal-forms-and-signal</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<app-root></app-root>
</body>
</html>