Marco Iamonte

Results 7 issues of Marco Iamonte

Is there any way to use SCSS / SASS and to ship the bundled (compiled) css or is this against any principle of the framework? I do like the approach...

css

Installing through `choco` in windows 11 gave me permissions issues (I wasn't even able to install tbh), although installing trorugh powershell with administrator rights works just as intended. I didn't...

https://github.com/joaogarin/angular-electron/blob/01988b798add8c217c85757094b5cbcc1db0cbba/src/app/app.ts#L28 Should be replaced with: `import { MatButtonModule, MatSlideToggleModule } from '@angular/material';`

Any style applied to material UI widgets defined on the theme of the application are not inherited by the component (including color, shapes and so on). Might not be an...

After updating to typescript 3.1.6 or anything higher, autoserializeAs is randomly not working. Scenario: ![image](https://user-images.githubusercontent.com/1898880/60022307-e05c1200-9693-11e9-909c-9ee2678d10ec.png) Enumerated key in debugger (metadataArray): ![image](https://user-images.githubusercontent.com/1898880/60022343-ebaf3d80-9693-11e9-9843-407d7f83cb6a.png) It sounds like some properties are not enumerated anymore,...

This is quite angular specific, but whenever you bind a getter to angular, it looks like that if it isn't binded in `autoserialize` it won't work. Example: ``` @autoserialize public...

First of all, thanks for the amazing work done with the image. ### Abstract The problem encountered is that if a password with either `@` or `$` or both is...