Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save realtomaszkula/1011c740d084fd6d21875215c8b3fbaa to your computer and use it in GitHub Desktop.
Save realtomaszkula/1011c740d084fd6d21875215c8b3fbaa to your computer and use it in GitHub Desktop.
@Component({
selector: 'app-template-forms-example',
template: `
<input [(ngModel)]="value" required appValidationBorder>
`
})
export class TemplateFormsExampleComponent {
value = '';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment