@chatterton/angular2-schema-form
Version:
Angular2 Schema Form (DISCLAIMER: it is not related to angular-schema-form)
22 lines (15 loc) • 513 B
HTML
<html>
<head>
<title>Angular2 Schema form</title>
<meta name="description" content="Attempt at Angular schema form v2" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta http-equiv="cleartype" content="on">
<link href="node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<sf-demo-app>
<span class="loading">Loading...</span>
</sf-demo-app>
</body>
</html>