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

Need more: https://linktr.ee/ngxsamurai
Download Telegram
🪦 EOL nodejs v16 is 11.09.2023!
Ever tried to explain #RxJS subjects?

👉 BehaviorSubject: Your 'currently watching list', always on the latest episode.

👉 ReplaySubject: Replaying episodes missed.

👉 AsyncSubject: All about that season finale reveal.

👉 Subject: Pure live TV, if late you missed it.

#angular
👍1
🅰️Angular tip: Make your directive more powerful with advanced selectors

🔷 You can use directive selectors to apply directives on specific HTML elements automatically

🔶 You can use directive selectors to prevent specific HTML elements from applying the directive

🔷 You can use directive selectors to apply directives on specific HTML elements automatically unless you apply a do not apply selector

🔶 You can automatically apply your directives for elements that declare a specific CSS class

🔷 You can automatically apply your directives for elements that declare a specific attribute

You can go wild and combine these things to make very powerful selectors for your directives.

#Angular #frontenddevelopment
👍1
🎧🎧🎧🎧🎧🎧🎧🎧
Please open Telegram to view this post
VIEW IN TELEGRAM
👍1
This media is not supported in your browser
VIEW IN TELEGRAM
6️⃣ Popular API Architecture Styles

1. gRPC: A high-performance, language-agnostic remote procedure call (RPC) framework for efficient communication between distributed systems, often used in microservices architectures.

2. SOAP: A protocol for exchanging structured information in the implementation of web services, known for its strict standards and XML-based message format.

3. GraphQL: A query language and runtime for APIs that allows clients to request only the data they need, reducing over-fetching and under-fetching of data.

4. Webhook: A mechanism for real-time communication where an application sends HTTP POST requests to a predefined URL to notify and trigger actions in another system.

5. REST: Representational State Transfer, an architectural style for designing networked applications, using standard HTTP methods (GET, POST, PUT, DELETE) to manipulate resources.

6. WebSocket: A protocol that enables bidirectional, real-time communication between a client and server over a single, long-lived connection, ideal for applications requiring low-latency updates, such as chat or gaming.
👩‍💻
Please open Telegram to view this post
VIEW IN TELEGRAM