MikeDabrowski
MikeDabrowski
Throwing my few cents in here as well: https://stackblitz.com/edit/angular-fgkwso?file=src/app/datepicker-harness-example.spec.ts Im synchronising the form state with the ngrx store and relying on the 'emitEvent' flag quite heavily. Edit: and this bug...
@AlphaComposite Use css grid, nice and easy. But styling native input slider may be troublesome when you are targeting multiple browsers.
Linux mint 18 (cinnamon and sonya i think), node 11.10.1. Wallpaper installed globally, NODE_PATH pointing to node_modules where it is installed. I use absolute path to image. Added `#! /usr/bin/node`...
Sure, how about I put my solution for daily wallpaper changer in examples folder ?
Edge may simply not support many js functions.
A bit disappointing, esp. given that this would be basically a filter on the files, but ok - I will manage this locally then.
Similar to extract: I think it was `-l en fr de` to whitelist. Then in the code I tried to add filter that checks if the file found in the...
I agree it will be different. Of course that was only my initial idea, I thought it would be the quickest and least code. On the other hand, why would...
I ended up adding this getters to the AggegatedBrowserLastResult. No need to comment out the if below. I wonder how best to proceed with the changes. ``` get success() {...
So the solution seems to be to inject LOCALE_LANG_MAPPING and use it to translate lang to locale in MessageFormatTranspiler. LOCALE_LANG_MAPPING comes from transloco locale package. Can we use it here...