Mateo Tibaquirá

Results 110 comments of Mateo Tibaquirá

@gabynevada I had to disable the `directTemplateLoading` too: https://github.com/just-jeb/angular-builders/issues/417#issuecomment-962638957

OMG, I see the custom `esm` and `cjs` settings in that PR, can we handle those by default on `@angular-builders/jest`? for v13 what are the requirements if I'm getting blocked...

I've tried the `jest-preset-angular` esm example but my v12 bundles requiring the `@angular/core` files instead importing are another blocker. I do need to run CommonJS and ESM at the same...

@just-jeb @ahnpnl We're having this issue now: ![image](https://user-images.githubusercontent.com/260185/180578471-9c72d1b6-07cf-446c-b994-5c5aca4b945e.png) We have `@angular v12` packages trying to extend the classes from `@angular/core v13` mjs I wonder if we can consume the available...

@littleninja yeah, TS config instead the JS file perhaps my use case was about customizing the VIrtualConsole and I found the objects created in my config doesn't keep the type...

I play with them in the website of this repository, gotta be careful of all the imports to `material/datepicker` that could take precedence

Thanks for this @vpetrusevici I will be upgrading this repo in the next few days creating the `11.x` and `12.x` branches in the process

Have you guys configured the styles with the new SASS modules? https://github.com/matheo/angular/tree/master/libs/datepicker#angular-12

Hi @All4Gis I haven't tried but initially you will have the current seconds as the default `Date` I guess did you experiment with this?