CraigWarford

Results 6 comments of CraigWarford

I added lines to my local copy of loadTargetDimensions as follows, seems to clear up the issue: data.target_dimensions.x = $('#jqpz-temp').width(); data.target_dimensions.y = $('#jqpz-temp').height(); if (data.target_dimensions.x == 0) { data.target_dimensions.x =...

Simple example for dynamic creation: I have a logging component that I want to persist data between browser sessions. I'm building it as a reusable component, to be added to...

Very true, talk is cheap, but it's also true that work is expensive. Put this one at about #50 on my to-do list. I ended up pulling this plugin from...

Whoa, chill with the hostilities, man! It was stated that there was no value, and that was flat false. I gave a simple example of where it was useful, and...

The current generation is causing the font sizes to come in smaller than expected. The default size is expected to be right at 14px, but instead, --sys-label-large-size (for example) is...

FWIW, the above solutions did not work for me for any Angular 18.x versions. But as of Angular 19 (I started with 19.2), the `@include mat.typography-hierarchy($theme);` is now working as...