Giter Site home page Giter Site logo

Comments (6)

joaogarin avatar joaogarin commented on July 16, 2024 1

Alright tks guys updated it here 91a841d#diff-759ecc13f2ecebf5743fe0c5fd986262R1

from angular-electron.

joaogarin avatar joaogarin commented on July 16, 2024

Tks for the issue will take a look and update. I guess this is a newer version that introduced some breaking changes on material's side.

from angular-electron.

briosheje avatar briosheje commented on July 16, 2024

@joaogarin Yep.

I also had to add "@angular/animations": "^4.0.0", in the package.json, it was throwing an error when building, not sure whether it's still a change related to Angular Material itself :)

from angular-electron.

joaogarin avatar joaogarin commented on July 16, 2024

This should be fixed in 6bbcd1d

from angular-electron.

hemavidal avatar hemavidal commented on July 16, 2024

I had the same problem today!

ERROR in ./src/app/components/app.theme.scss Module build failed: @import '~@angular/material/core/theming/all-theme'; ^ File to import not found or unreadable: ~@angular/material/core/theming/all-theme. Parent style sheet: stdin in C:\Users\hemav\Documents\angular2-electron\src\app\components\app.theme.scss (line 1, column 1) @ ./src/app/components/app.component.ts 31:17-44 @ ./src/app/app.ts

The code was changed in joaogarin/angular-electron@6bbcd1d but the problem still appear.

from angular-electron.

briosheje avatar briosheje commented on July 16, 2024

@hemavidal

you need to change app.theme.scss, replace:

@import '~@angular/material/core/theming/all-theme';

with
@import '~@angular/material/theming';

if you check the code changes in 6bbcd1d he didn't (yet) change the .scss file.

from angular-electron.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.