Issue #51: Modern CSS in Angular: Layouts, SocketIO with Angular, NgRx Enterprise Support, Bootstrap multiple Angular Apps on single Page
#ngTutorials
Modern CSS in Angular: Layouts | by Emma Twersky — blog.angular.io
This month we introduce a new blog series, ‘Modern CSS in Angular’, where we’ll take a look at modern CSS enhancements recommended for Angular developers.
This week, we tackle layouts.
How to Bootstrap multiple Angular Apps on single Page (2022) | by Decoded Frontend (Dmytro Mezhenskyi) 🇺🇦 — www.youtube.com
If for whatever reason you need to run multiple Angular applications on a single page, it is quite easy to achieve and in this video, I will show you how you can do that and which pitfalls might wait for you if you decided to do that and how you can overcome them
The secret to understanding piped operators in RxJS (Advanced) | by Joshua Morony — www.youtube.com
In this video, we talk about why considering the subscription flow of RxJS operators upward can make understand what is going on in streams easier
Angular Router Standalone APIs - Angular Experts | by Kevin Kreuzer — angularexperts.ch
Let's take a look at Angulars brand new standalone Router APIs. Is it worth it? How much can we shake off the Routers bundle?
Working With Lazy Loading Modules and Preload Routing Strategies In Angular | by Dany Paredes — www.danywalls.com
When we build an Angular application with multiple modules in a large app, the main script file becomes a giant monster. One alternative to improve the user experience is to use the Lazy Module.
SocketIO with Angular but without a wrapper package | by Ciubotaru Catalin — catalincodes.com Here's how to use SocketIO within your Angular app, without relying on a wrapping npm package
#ngPodcasts
S4 E9 - NgRx Enterprise Support with Mike Ryan & Alex Okrushko | by The Angular Plus Show — www.spreaker.com
Like Math, State management is hard. Have you ever run into difficult and complex situations when managing the state of your Angular application? Are there side effects that are causing issues? Do you ever wish you could get the help of the NgRx core team to help you out? Well, the good news is that now you can. Several members of the core team are now offering NgRx Enterprise Support.
Mike Ryan, the co-creator of NgRx and a Principal Architect at LiveLoveApp, and Alex Okrushko, an NgRx Core Team member and Architect at Cisco, join us to talk about how NgRx evolved to the mature and stable set of libraries that exist today and how to get started with NgRx Enterprise Support.
#ngWeb
Read the Tea Leaves Software and other dark arts | by Nolan Lawson — nolanlawson.com I was fascinated recently by "Why we're breaking up with CSS-in-JS" by Sam Magura. It's a great overview of some of the benefits and downsides of the "CSS-in-JS" pattern, as implemented by various libraries in the React ecosystem. What really piqued my curiosity, though, was a link to this guide by Sebastian Markbåge on potential…
#ngQuote
"Programming is about managing complexity: the complexity of the problem, laid upon the complexity of the machine. Because of this complexity, most of our programming projects fail." - Bruce Eckel — www.goodreads.com