Jarod
Results
2
comments of
Jarod
Thanks for your contributions everyone. The solution I went with was something like this: ```html {{name || title}} ``` Which also ignores this comment: ``` bindings={ "ng-reflect-ng-if": null }--> ```...
I've also had this concern while using Turbo's caching. My temporary solution to this is using a modified [stackoverflow answer](https://stackoverflow.com/a/23022459) for deleting files based on creation time in Javascript. Command...