21 lines
315 B
HTML
21 lines
315 B
HTML
<!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>
|
|
|
|
<!--load location for ts_devserver-->
|
|
<script src="/app_bundle.js"></script>
|
|
</body>
|
|
</html>
|