Files
angular__angular/modules/playground/src/template_driven_forms/index.html
T
2025-06-06 15:20:11 -07:00

19 lines
410 B
HTML

<!doctype html>
<html>
<head>
<title>Template Driven Forms</title>
<style>
.ng-touched.ng-invalid {
border-color: red;
}
</style>
</head>
<body>
<template-driven-forms> Loading... </template-driven-forms>
<script src="/angular/modules/node_modules/zone.js/bundles/zone.umd.js"></script>
<script type="module" src="/app_bundle.js"></script>
</body>
</html>