Angular: Fixing "http-error" component styles at "theme-lepton" library #17279
Description
@masumulu28, please review this PR first: https://github.com/abpframework/abp/pull/19478
Resolves #17269
- Fixing http-error component styles to display correctly at the web page.
Checklist
- I fully tested it as developer / designer and created unit tests
- I've assigned reviewer, related labels and set a milestone for this PR
How to test it?
- Go to
app.module.ts
file. - Add this line to imports.
import { HttpErrorComponent } from '@volo/abp.ng.theme.lepton';
, than remove the other. - Open the application, close the network and get the error component rendered. If its not displayed correctly please let me know.