Angular Munich – Telegram
Angular Munich
180 subscribers
553 photos
41 videos
9 files
705 links
Stay up to date with Angular Framework ;-)

Need more: https://linktr.ee/ngxsamurai
Download Telegram
Again…. One year… nobody remember what u did this time… but… I hope… I can meet you again…
1
This media is not supported in your browser
VIEW IN TELEGRAM
Somehow…. Today on php conf walking many black metal guys 😂🤪🥰


Where are metal guys and girls from frontend side?
😁2
Hey! New AI feature on chrome dev tools…

Try to fix this ✈️!!!


https://chrome.dev/devtools-hangar/
Forwarded from DevLoom
🚨 State of JavaScript is open!

I'd like to encourage Angular developers to share their experience over the past year below 👇

https://survey.devographics.com/en-US/survey/state-of-js/2024

@Memoirs_of_a_ngxSamurai
Normal interview process:

- submit resume
- have a call
- talk about the job

Software engineer interview process:

- Submit resume
- Call with recruiter
- Coding screen
- Take-home project
- Second coding screen
- Live leetcode problem
- Live debugging call
- Systems design interview
- Culture fit interview
- "Help the CEO fix her home WiFi setup" interview
- Interview panel with 5 random people at the company
- "Actually, we've decided to close the rec"
👍1
ng@18 vs. ng@19

wow... so much work inside...
Angular Munich
ng@18 vs. ng@19 wow... so much work inside...
ASAP FIXING (12m) work like a charm!

———

About this post 👆🏻...

If you’re using any service and come across a bug, a typo, or something else that seems off, don’t stay silent! Each bug report you submit not only helps improve the service but also saves future users from encountering the same issues that wasted your time. Your feedback can be a guiding light for others!

Remember, sharing your experiences builds a stronger community. When you report a problem, you’re contributing to a collective effort to enhance everyone’s experience. Together, we can create a smoother, more enjoyable environment for all users. So let’s embrace the spirit of 'one for all and all for one'—your insights matter!
If ever Signals or other concepts related to Angular don’t meet your use case, 🛑 before creating a custom solution, take a moment to explore the ngxtension library.

It offers many interesting features specific to Angular, particularly around Signals. 🚀


For example, here’s how to perform HTTP Polling using the `poll` function provided by ngxtension.
ng-poland 2024 [public slides].pdf
3.9 MB
👆🏻👆🏻👆🏻
👍1
🚀 Angular 19: New Signal Debugging Tools!

Now we can finally visualize and understand how signals flow through our components with debug names and dependency graphs! 🎯

This will allow us to know what reactive values and how do they connect with each other in our component.

Check the PRs:
- https://github.com/angular/angular/pull/57073
- https://github.com/angular/angular/pull/57074

#ng19 #angular #angular19 #signals
🔄 Important Angular Update: Deprecation of ngStyle and ngClass

#Angular is moving towards a more streamlined approach by deprecating the widely-used #ngStyle and #ngClass directives in favor of native style and class bindings.

🔍 Key Points:
- The native bindings provide similar functionality with reduced bundle size
- This change prioritizes performance and maintainability
- A migration guide will be provided

Check the PR:
https://github.com/angular/angular/pull/58860
Best practices for making accessible mobile and web apps.

https://teachaccess.github.io/tutorial
Reset #angular reactive form values to their default instead of null

When you create a reactive form in Angular, you can supply it with default values. But when you call the .reset() function, your values will be set to null values instead of the default values. This might not always be what you want to achieve, so how to reset to the default values 🤔
👍1