
BREAKING CHANGE: The deprecated forms APIs in @angular/common have been removed. Please update to the new forms API in @angular/forms. See angular.io for more information.
20 lines
276 B
HTML
20 lines
276 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>
|
|
|
|
<script src="../bootstrap.js"></script>
|
|
</body>
|
|
</html>
|