domske
domske
You can use the onRender-Method to do this. Use $event as current progress value (argument) and a variable for the color. Like: HML ```html ``` TypeScript ```typescript progressRender(progress: number) {...
Same problem here. The dev console prints: ```text ERR spawn clang-format ENOENT: Error: spawn clang-format ENOENT at Process.ChildProcess._handle.onexit (internal/child_process.js:229:19) at onErrorNT (internal/child_process.js:406:16) at process._tickCallback (internal/process/next_tick.js:63:19) ```  Tested with the...
@divinity76 No, VS Code is a web-application running on Chromium (like Chrome). You can access the `Developer Tools` (dev console) by the `Help`-Menu or press `CTRL + SHIFT + I`....
Just another recorded gif to show the issue. (recorded before I searched for duplicates. 😄 )  I wondering, is this "really" a bug of Windows 10 - 1809? ......
Same here for angular 4. ``` Template parse warnings: The element is deprecated. Use instead ("[WARNING ->]"): ng:///BootstrapModalModule/DialogHolderComponent.html@0:0 ``` I think this software is dead. (8 month old)
I created a range slider that is optimized for touch. Matching the behavior shown in the video of @amandaejohnston ([post](https://github.com/ionic-team/ionic-framework/issues/28487#issuecomment-1804077261)). Should we change the range component in this way? It's...
Thanks for the PR to implement the long awaited button feature in tools. 👍 I recently created an addon to have similar tool buttons with actual functionality (bool checkbox). It...
This is an Angular mutli app and library workspace: Take a look to the tag of my repository. [Demo here](https://github.com/domske/angular-workspace-demo/tree/ionic-cli-issue-4121-v1.0.0) Created by the commands: ```text ng new my-workspace --createApplication="false" ng...