[player] Show different validation warnings
* Move setting of validators from `FormElementComponent` to `ValidationMessageComponent` * Add validators and warnings to `ValidationMessageComponent` * Move subscriptions for form controls and their validators from `PageComponent` to `FormComponent`
Showing
- projects/common/form-element-component.directive.ts 1 addition, 17 deletionsprojects/common/form-element-component.directive.ts
- projects/common/form.service.ts 1 addition, 1 deletionprojects/common/form.service.ts
- projects/player/src/app/components/form.component.ts 18 additions, 1 deletionprojects/player/src/app/components/form.component.ts
- projects/player/src/app/components/page.component.ts 2 additions, 36 deletionsprojects/player/src/app/components/page.component.ts
- projects/player/src/app/components/validation-message.component.ts 70 additions, 7 deletions...player/src/app/components/validation-message.component.ts
Loading
Please register or sign in to comment