Skip to content
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

Merged
merged 39 commits into from Feb 13, 2020
Merged

Viewer #2

merged 39 commits into from Feb 13, 2020

Conversation

tobiasschweizer
Copy link
Contributor

@tobiasschweizer tobiasschweizer commented Jan 30, 2020

closes #1
closes #4

@tobiasschweizer tobiasschweizer self-assigned this Jan 30, 2020
@@ -25,6 +25,8 @@ export abstract class BaseValueComponent {

form: FormGroup;

abstract customValidators: ValidatorFn[];
Copy link
Contributor Author

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.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice :)

@mdelez mdelez requested review from mdelez and removed request for mdelez February 12, 2020 08:34
@tobiasschweizer tobiasschweizer merged commit dfd3f51 into master Feb 13, 2020
@tobiasschweizer tobiasschweizer deleted the wip/1-viewer-structure branch February 13, 2020 15:04
mpro7 added a commit that referenced this pull request Oct 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Value components Viewer basic structure
2 participants