mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
20 lines
315 B
HTML
20 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>
|