21 lines
325 B
HTML
Raw Normal View History

<!doctype html>
<html>
<head>
<title>Model Driven Forms</title>
<style>
.ng-touched.ng-invalid {
border-color: red;
}
</style>
</head>
<body>
<reactive-forms>
Loading...
</reactive-forms>
<!--default load location for ts_devserver-->
<script src="/_/ts_scripts.js"></script>
</body>
</html>