Kyle Bradshaw
Kyle Bradshaw
So it appears that the unminified file in the src/count-to.js is using .textContent() but the minified file in build/angular-count-to.min.js uses .innerText() which causes the Firefox breakage. I was able to...
that is super awesome. thanks dude. I will make this change and double check
So after an update I did run into issues on my 9.1.12 project - here is the error log. ``` [error] Error: NGCC failed. at NgccProcessor.process (C:\Users\$USER\Development\RemoteLinkCloud\Abiomed.ImpellaConnect\ClientApp\node_modules\@ngtools\webpack\src\ngcc_processor.js:76:19) at C:\Users\$USER\Development\RemoteLinkCloud\Abiomed.ImpellaConnect\ClientApp\node_modules\@ngtools\webpack\src\angular_compiler_plugin.js:579:31 at...
I went through and tried some things. The `"enableIvy": false` flag _did_ let me compile successfully, but this particular project requires IE11 support and has i18n features, so some of...
Unfortunately I could never get the new library to compile to es5 so I had to rollback to angular2-multiselect for now. Still need to support ie11 on this project
Something to be aware of in lib maybe worth documenting In the readme?
I would love to see this feature as well, I hope this project hasn't been abandoned!
has a solution to this ever been found?
+1 very handy ask, I do not want to skip the entire test just skip the test.step that is looking for a specific context in the whole test aka, a...
every time I toggle "Quick Switcher ++: Open in Editor Mode" hotkey, the search field is prepended with `edt ` and I have to wipe it out before beginning my...