✍1
Angular Munich
‼️ WebStorm v2025.3 wow... huge update from JB... #jb #jetbrains #webstorm #ws
Angular related changes in WS@2025.3
#funny linkedin trick: How to find all angular devs ^_^
Open Grow page and scroll till the end until end of infinity-scroll. Then in devtools cosole put this snippet:
And then invite all devs on the result screen...
Open Grow page and scroll till the end until end of infinity-scroll. Then in devtools cosole put this snippet:
document.querySelectorAll('[role="listitem"]').forEach(el => {
const isNgDev = /angular/ig.test(el.innerHTML) && !el.innerHTML.includes('Pending');
if (!isNgDev) { el.remove() }
});And then invite all devs on the result screen...
😁4😇1