Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save realtomaszkula/5d2f9dc556d8961ff40ef1c9a3cc2e00 to your computer and use it in GitHub Desktop.
Save realtomaszkula/5d2f9dc556d8961ff40ef1c9a3cc2e00 to your computer and use it in GitHub Desktop.
constructor(
@Self() private ngControl: NgControl,
@Inject(VALIDATION_BORDER_CONFIG) config: ValidationBorderConfig
) {
this.colors = config.colors;
this.borderWidth = config.borderWidth;
this.borderStyle = config.borderStyle;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment