
* docs: initial structure and form api docs * feat(docs): warning underconstruction * docs: initial FormGroup and FormControl docs * docs: initial example usage * fix: docs build errors
5 lines
222 B
Text
5 lines
222 B
Text
<script is:inline>
|
|
// Redirect your homepage to the first page of documentation.
|
|
// If you have a landing page, remove this script and add it here!
|
|
window.location.pathname = `/en/api/form/form-component`;
|
|
</script>
|