@Steam I would like to give you lots of money to purchase some Steam Decks in bulk. Unfortunately, I'm being told this isn't possible. Any chance to get some help with this?
@bbeldame Nocode is in every generation of technology. This is the Web 2.0 version. It is a vital part of the lifecycle of a technology. It brings capabilities of the technology to those that can't afford custom development. It is just getting started, but not the end of the story.
@brechtbilliet@ManfredSteyer@mgechev@jeffbcross@victorsavkin Importing components like React and others would be neat to see in Angular. But if we are keep template based references then the prefix also helps ensure that components and directives donβt conflict with w3c naming standards.
@ericsimons40 Libraries such as Angular Material come to mind as a good example. They are already architected so that the consumer supplies the native elements for the purposes of a11y. Additionally, their careful choices of what components NOT to make are well done.
@ericsimons40 The element that we would attach such an onClick to is not exposed to the consumer. We have to find it at run-time with a query selector and hope the internal implementation of the library doesn't change over time.
I believe the industry, in aggregate, is just now at the point with tools such as React and Angular that they are able to consider the need for front-end telemetry implementations. Unfortunately, this need is arriving after third-party component sets have stabilized.
@ericsimons40 One random example...We have a third-party grid with an Excel export button. Our client wants to know how often that export operation occurs. We have to hack around to get a hook on the user press.
All I want to do is code!... But working with a difficult boss can add some seriously unwanted stress & distraction
@TheEvergreenDev came on @NgXP_Show to share his tips & advice for how to positively deal w/ difficult bosses & get back to the code π₯
π¦ https://t.co/qw5P4m731e
@NxDevTools I haven't written NG code in a while. Why didn't ya'll tell me the tooling has gotten so much more robust. I've been slinging lazy-loaded features all morning and haven't had to restart the editor or CLI once!