Matthew Harris
Matthew Harris
I think it should be CRT. I'm guessing that was the whole idea. I just came here to open this issue as I'm trying to look like a leet haxor...
OK I dug through the code and it seems like it is possible to change the window title, but not the app name: Open Terminal and navigate to the cool-retro-term...
I don't think removing it is going to be implemented. The point is that `ionic serve` works for all ionic projects, be it vue, react, angular, you can always rely...
I'm seeing similar problems, which I think are related to this thread. I have an `ion-badge` which sets its color dynamically eg: ```html {{ van.stateLabel }} ``` I've put logging...
It doesn't look like I followed up with how I solved / worked around this. Might be useful to somebody else that hits this issue. I put a dummy widget...
Yeah, I think it would make more sense to combine it like this example: https://stackblitz.com/edit/angular-rdzrfo?file=src%2Fapp%2Fdatepicker-range-popup.html
If you're running it in the browser while developing it then are running it on the "web" platform so you need to call this. Alternatively you can wrap you firebase...
This is really bad, im going to have to disable the extra months. It's totally confusing, even for me as the developer, its caught me out when I first noticed...
Unfortunately I've run out of time for this. I did dig through the code and chat with the ai, and found a potential solution, but setting up the build, writing...