Open Closed

Angular - MIME Type ('text/html') is not supported stylesheet Error #5268


User avatar
0
sukhdeep.dhillon created
  • ABP Framework version: v7.2.2
  • UI type: Angular
  • DB provider: EF Core

Hi,

When I update the @volosoft/abp.ng.theme.lepton-x package to its latest version then I'm getting the following error:

Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)

2 Answer(s)
  • User Avatar
    0
    masum.ulu created
    Angular Expert

    Hello,

    Can you add codes below to angular.json > styles section

    {
      "input": "node_modules/@volosoft/ngx-lepton-x/assets/css/font-bundle.css",
      "inject": false,
      "bundleName": "font-bundle"
    },
    {
      "input": "node_modules/@volosoft/ngx-lepton-x/assets/css/font-bundle.rtl.css",
      "inject": false,
      "bundleName": "font-bundle.rtl"
    }
    

    Example

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • User Avatar
    0
    sukhdeep.dhillon created

    Thank you, It worked

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.8.0-preview. Updated on September 09, 2026, 11:56
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.