Kara 7606c96c80 fix(forms): remove deprecated forms APIs (#10624)
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.
2016-08-11 20:40:46 -07:00

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>