2015-06-05 15:27:46 -07:00
|
|
|
<!doctype html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>Model Driven Forms</title>
|
|
|
|
|
<style>
|
|
|
|
|
.ng-touched.ng-invalid {
|
|
|
|
|
border-color: red;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
2016-08-11 20:40:46 -07:00
|
|
|
<reactive-forms>
|
2015-06-05 15:27:46 -07:00
|
|
|
Loading...
|
2016-08-11 20:40:46 -07:00
|
|
|
</reactive-forms>
|
2019-11-22 13:12:05 -08:00
|
|
|
|
2019-11-25 13:46:16 -08:00
|
|
|
<!--load location for ts_devserver-->
|
|
|
|
|
<script src="/app_bundle.js"></script>
|
2015-06-05 15:27:46 -07:00
|
|
|
</body>
|
|
|
|
|
</html>
|