-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Viewer #2
Viewer #2
Conversation
…out some weird typing problems ...)
@@ -25,6 +25,8 @@ export abstract class BaseValueComponent { | |||
|
|||
form: FormGroup; | |||
|
|||
abstract customValidators: ValidatorFn[]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mdelez I added the abstract member customValidators
that has to be implemented for each value type or set to an empty array if not needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice :)
…dated a value that already has a comment
npm i && npm run yalc-publish
yalc add @knora/api
for this reponpm i
for this repong b --project knora-ui
for this repong s
for this repocloses #1
closes #4