mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
53f91189a1
PR Close #20306
15 lines
303 B
HTML
15 lines
303 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>NgmodulesExample</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>Loading...</app-root>
|
|
</body>
|
|
</html>
|