Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save realtomaszkula/7771db34a38eedcd7f2ce42943ffeb6c to your computer and use it in GitHub Desktop.
Save realtomaszkula/7771db34a38eedcd7f2ce42943ffeb6c to your computer and use it in GitHub Desktop.
@NgModule({
imports: [
ValidationBorderModule.forRoot({
borderStyle: 'solid',
borderWidth: '3px',
colors: {
VALID: 'green',
INVALID: 'red',
PENDING: 'yellow',
DISABLED: 'silver'
}
})
],
})
export class AppModule {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment