Last active
July 29, 2018 13:17
-
-
Save realtomaszkula/5d2f9dc556d8961ff40ef1c9a3cc2e00 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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