[web-app] 初始化web端,angular+ts+less+ng-zorro

This commit is contained in:
tomsun28
2021-11-27 11:14:26 +08:00
parent 6d983b70c5
commit 39a9a8eb7c
32 changed files with 29135 additions and 0 deletions

13
web-app/src/index.html Normal file
View File

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