astro-reactive-form/apps/docs/src/pages/en/api/index.astro
Ayo Ayco cec0a02c46
docs: initial Form, FormGroup documentation (#176)
* 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
2022-11-06 20:11:42 +01:00

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>