Angular - Fixing validation error component problem on lepton theme #19300
BackDescription
Resolves #19261
Note
The last point mentioned in the task was configured intentionally here #18452. If we need another behavior, we can do it in a separate task @oykuermann
Checklist
- I fully tested it as developer / designer and created unit / integration tests
- I documented it (or no need to document or I will create a separate documentation issue)
- I've assigned reviewer, related labels and set a milestone for this PR
How to test it?
- You need to get the changes from packages by running
yarn copy-to:app-pro
underabp > npm > ng-packs
directory - You need to run this command
yarn ng g @abp/ng.schematics:change-theme --name 2 --target-project MyProjectName
for switching to Lepton theme underabp > templates > app-pro > angular