Basic example of angular.

This commit is contained in:
Tomasz Półgrabia 2024-12-08 16:38:17 +01:00
parent e0da97aeee
commit ba19b2cced
29 changed files with 15145 additions and 0 deletions

View file

@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>AngularDemo1</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>