From 91580070dc8414f2ff6ef58027fc395c10405f66 Mon Sep 17 00:00:00 2001 From: David Lebee Date: Tue, 20 Jul 2021 16:41:19 -0400 Subject: [PATCH] validation error component in cdk. --- .../command-modal.component.html | 4 +-- .../command-modal/command-modal.component.ts | 1 + .../directives/command-modal.directive.ts | 2 ++ .../ds-validation-error.component.html | 4 +++ .../ds-validation-error.component.scss | 0 .../ds-validation-error.component.ts | 34 +++++++++++++++++++ .../ds-validation-error.module.ts | 14 ++++++++ .../poweredsoft/ngx-cdk-ui/src/public-api.ts | 6 +++- .../command-modal-demo.module.ts | 3 +- .../command-modal-demo.component.html | 10 ++++-- 10 files changed, 72 insertions(+), 6 deletions(-) create mode 100644 projects/poweredsoft/ngx-cdk-ui/src/lib/ds-validation-error/ds-validation-error.component.html create mode 100644 projects/poweredsoft/ngx-cdk-ui/src/lib/ds-validation-error/ds-validation-error.component.scss create mode 100644 projects/poweredsoft/ngx-cdk-ui/src/lib/ds-validation-error/ds-validation-error.component.ts create mode 100644 projects/poweredsoft/ngx-cdk-ui/src/lib/ds-validation-error/ds-validation-error.module.ts diff --git a/projects/poweredsoft/ngx-bootstrap/src/lib/command-modal/command-modal/command-modal.component.html b/projects/poweredsoft/ngx-bootstrap/src/lib/command-modal/command-modal/command-modal.component.html index b8ecc7e..0bb1b81 100644 --- a/projects/poweredsoft/ngx-bootstrap/src/lib/command-modal/command-modal/command-modal.component.html +++ b/projects/poweredsoft/ngx-bootstrap/src/lib/command-modal/command-modal/command-modal.component.html @@ -6,8 +6,8 @@