Digital designer and coder, back and forth @icilalune co-founder. Angular runner, Drupal decoupler. Digital adventurer from Director to Flash to Angular🇨🇦🇫🇷
BrowserUrl in routerLink will help a lot, at least for me. As I work on decoupled apps with Drupal, it was quite hard and challenging to route unknown contributed path from Drupal to internal angular route.
Can’t wait to use it 👍 Well done @angular !
@PushBased We can see how this subject is popular while crucial for websites. If anyone is curious, you can check https://t.co/SeyaOqXYe2 Done in 2021 using angular, threeJS and Drupal. And yes I’m managing routing like this since I was creating Flash webapps getting its data from …Drupal
@PushBased That’s big news. I always struggled with this to get my nice Drupal urls (managed by contributors) rather than the technical router ones. I used a CustomUrlSerializer for this. Can’t wait to see how they designed it!
Rendering HTML into a canvas… then projecting it on to a @threejs scene!
Live link: https://t.co/ArUNFrIeEU
Source code: https://t.co/YlJWBjcHFe
#threejs#webdev#shaders
@Enea_Jahollari@AScottAngular Doing SSG, we have to deal with it. I was used to write custom code to manage it. Great news it will managed by Angular itself 😅
@DeborahKurata I work on projects using Angular and Drupal using JSON:API to get data. I use Drupal Display Views to dynamically create my requests which are no more defined in my apps. I use rxResource to get those definitions, build my JSON:API url with fields and include, then load my entity
@kickiniteasy@PierreDeWulf No extra distribution ? Unlimited access to the web is already unlimited. App Stores are the ones which are limited 🤨 Also dedicated app packaging and updates distribution is a lot more limited in App Stores. PWAs removes distribution limitations 😊 Check https://t.co/7noEiOMr1y
@Armandotrue I would add the ability to provide custom loading component(s) from the outside with keys like tiny, default, big (ability to add keys). This directive could be cross projects. And if we need to update the loading component(s), we do it at one place.
Angular v20 is now available! ✨
Check out the blog post for more info about the cool features and be sure to tune into the v20 developer event premiering tomorrow, May 29 at 9 AM Pacific
https://t.co/ufcAHYsYRI
@Armandotrue This is the way I manage data Read only from Drupal and JSON:API. For the Write part I use interface to represent the native JSON:API. Each entity has its own form. Working on making them fully dynamic, defined in Drupal : FormControls are added dynamically.
@Armandotrue If I tell I also have some decorators in those classes to flatten JSON:API response attributes and to get flatten nested included relationships to get one object containing all strongly typed references, we may have another debate 🤭