sachinchoolur / lightGallery

A customizable, modular, responsive, lightbox gallery plugin.

Home Page:https://www.lightgalleryjs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 17 [ERROR] Could not resolve "../images/...", "../fonts/..." [plugin angular-css-resource]

createdbyjurand opened this issue · comments

Description

Angular 17 crashes on "ng serve" when @import "lightgallery/scss/lightgallery"; in src/styles.scss

Steps to reproduce

  • install Node 20.9.0 LTS
  • Clean new installation of Angular 17 with scss and routing:
    ng n --package-manager=npm --routing=true --skip-install=true --skip-tests=true
    --ssr=false --standalone=true --style=scss
  • add @import "lightgallery/scss/lightgallery"; to src/styles.scss
  • run "ng serve"

Environment

  • OS - Windows
  • lightGallery version - 2.7.2

This can be Angular CLI issue:
angular/angular-cli#26339

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.