--- title: Angular Form with UX4G framework: angular --- # Angular Form Example ## angular.json ```json { "styles": [ "node_modules/ux4g-web-components/styles/ux4g.css", "src/styles.css" ], "scripts": [ "node_modules/ux4g-web-components/dist/runtime/design-system.js" ] } ``` ## app.component.html ```html

Apply for Certificate

``` ## Notes - Use exact class names from [Input](../components/input.md), [Select](../components/select.md), and [Button](../components/buttons.md) docs. - Ensure `FormsModule` is imported in the component module.