Building Components and Services

This commit is contained in:
2026-03-10 21:37:28 +05:30
parent 65da7e778d
commit f9fa8f2bfc
31 changed files with 9111 additions and 1 deletions

View File

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