angular-expressions icon indicating copy to clipboard operation
angular-expressions copied to clipboard

Angular expressions as standalone module

Results 3 angular-expressions issues
Sort by recently updated
recently updated
newest added
trafficstars

As far as i can see, the solution to allow access to properties in parent class (via prototype) is to use eslint. But I can't figure out which rule does...

In my case, I give a DOM element to scope, and want to parse out the value property, but not work: ```js const el = document.querySelector('#input') const ev = expressions.compile('el.value')...

Hi @edi9999 - I've been using angular-expressions for a year or two in puzzmo.com and it's been great ( https://blog.puzzmo.com/posts/2024/07/16/augmentations/ and https://blog.puzzmo.com/posts/2024/07/24/groups-to-clubs/#custom-club-leaderboards ) I'm giving a talk at [La TypeScript...