Thank you very much Max, as always. You're updates are concise and up to the point.
@LarsRyeJeppesen19 сағат бұрын
Proud to have been the first person to suggest this standalone default, back right after V14 /s
@agahuseynismayilov3955Күн бұрын
Hi Max. Thank you for the video. It would be great if you could prepare a fully project in Angular and explain it to us step by step. There are very few projects on the internet to learn better.
@saiphaneeshk.h.5482Күн бұрын
Yeah, it's fine if they are a different course as well. Industry level projects using angular, or how to use angular with enterprise projects.
@zygas15Күн бұрын
Angular is great frameworki. I have been using this for 5 Years
@JayTailor45Күн бұрын
That’s what I also feel about Angular after using it for 5 years
@PawePieczonka22 сағат бұрын
the same feeling, after 10 years :) (since angularjs 1.2)
@ArchitecturalAesthetics204610 сағат бұрын
very informative and clearly communicated. thank you.
@eduardo2151Күн бұрын
Hello Max, will we have the version 19 course?
@M3R14M.Күн бұрын
Hey Maximilian, I was looking into Stencil to build Web Components and make them compatible with Angular, React etc., but there hardly any videos out there on the topic. When I sorted by most views, I decided to watch the top result, despite it already being 7 years old at the time. I didn't look into who made it, well, color me surprised when I saw your face show up on my screen! Do you still use Stencil? I would love a follow-up on those videos, since much has changed in the past 7 years.
@coder_oneКүн бұрын
Read for yourself Ryan Carniato's articles "Web Components Are Not the Future" (creators of Solid.js) or Rich Harris (creators of Svelte) - they do an excellent job of dissecting this topic and arguing exceptionally substantively why web-components are a technology that has no future in web-development. If, on the other hand you care about creating components that are "framework-agnostic" then take a look at solutions like zag.js.
@CancelOkay18 сағат бұрын
This is awesome. I've been waiting for this for ages. Gonnna fup tear down my react projects to angularrrrrrrrrrrrrrrrrrrrrrr.
@WebGarmony22 сағат бұрын
Thanks for the info. As always, it was great!
@cachabacha03ify7 сағат бұрын
Great video ! thx Max
@paw565Күн бұрын
Modern angular is awesome.
@joaosaraiva1998Күн бұрын
By modern angular you mean React? 🤣🤣🤣
@paw565Күн бұрын
@joaosaraiva1998 I mean angular 17 or later. I hate things like modules or zone.js based reactivity. Fortunetly there are better tools in the framework.
@punsmithКүн бұрын
@@joaosaraiva1998 No kiddo, nobody but bootcamp babies loves react.
@andyengleКүн бұрын
@@punsmith I wouldn't go that far. I learned React a long time ago, and I feel it's superior to Angular in many ways. It's far easier to be productive with React than Angular, and the market seems to agree. I'm not dissing it; by all means, use what you like, but there seem to be so many things to be aware of when working with it. Maybe too many things.
@afrenchdude5331Күн бұрын
@andyengle I started by react and then moved to angular and I'm doing a bit of vue. The fact that react is easy to pick feels like a lure to me. It's very easy to ship something fast but way harder to maintain and you need a really good team of coordinated devs to not make a mess out of it. In the long run, I believe people waste a lot of time with this lib while they could have chosen a proper framework.
@codelivewithmeСағат бұрын
Im learning nest js old angular style backend framework i loved it for backend but on front end react &next js make lot sence
@muzzi1984Күн бұрын
Modern Angular looks great anymore🚀👍
@emrahumutkoc22 сағат бұрын
Max, sorry I couldn't watch the video on normal speed, it's a habit:))
@usamasmr4621Күн бұрын
Hey max, i'm really confused between learning angular or next js, i like the opinionated side of angular to build large scale projects, but i like also the simplicity of next js to deliver very modern and good web apps, what do you suggest based on your experience and the job market currently?
@afrenchdude5331Күн бұрын
It truly depends on where you live.
@paw565Күн бұрын
Why not both? Choose a tool for the job.
@usamasmr4621Күн бұрын
@@paw565 that's what i'm thinking right now, it's better to know both of them
@theanswer1993Күн бұрын
If you want peace of mind when it comes to updating your projects and out of the box framework go with Angular. Thank me later.
@LarsRyeJeppesen19 сағат бұрын
Both are very simple, it's up to you how to build. They are very similar.
@Nilkamalsha75Күн бұрын
Can you please cover future of developer in midst of gen ai. How do we ensure ahead for future ready? What things can we learn ? Like node.js or just next.js or anything else. For react.js what is roadmap. Just react.js won't exists?
@aparna603Күн бұрын
Wow!! Great news!!
@KamoSevoyan14 сағат бұрын
You've forgotten to turn off your low speed mode dude :D. It's not Udemy, content size doesn't matter here.
@mamedyahyayev422923 сағат бұрын
Guys, does anybody know what is the tool he is using to draw shapes such as circles, rectangles and arrows
@Alcaatraz01Күн бұрын
How do you feel about the lack of HMR support or update regarding it? Despite the awesome application features, it's miserable to actually write code when the browser has heavy full page reloads. Just can't recommend it to anyone until that's addressed. Even NextJS with their nuclear custom tool chain is doing it better...
@SirLinoКүн бұрын
Good news! In the release post, there’s some notes on the HMR support for styles and on the experimental template HMR that’s part of v19.
@StingSting844Күн бұрын
Hmr is hard to get right when you have too many moving parts. And angular is famous for too many moving parts and opinions
@marcuss.abildskov7175Күн бұрын
HMR is overrated.
@Alcaatraz01Күн бұрын
@@marcuss.abildskov7175 Yeah OK
@LarsRyeJeppesen19 сағат бұрын
Angular v19 has HRM for scss and templates. Not sure how you missed that?
@madeOfClay99Күн бұрын
So since version 19 components, pipes, directives, etc... are going to be standalone, that means we don't have to attach the "imports" property as well? We can simply use whatever we need in our components without importing dependencies, like CommonModule, async pipe, etc...?
@paw565Күн бұрын
You have to import standalone pipes, components etc
@madeOfClay99Күн бұрын
So the only thing that now is default is standalone: true? But we have to keep using the imports array in our standalone components? I thought that since is defaulted as true, the imports array in the component's metadata is no longer used...
@LarsRyeJeppesen19 сағат бұрын
No that is not the case. It might come later. I do like the imports though, it's very explicit of what is used. If I import a ton of stuff I don't use, then it gets confusing to figure out what you use and what not.
@keerthivasan764Күн бұрын
Does angular material also new version released
@valothfamily4901Күн бұрын
Thank you very much for the update on Angular 19. I am seeing a trend towards react.js, is this observed by everyone? Is there any reason for this shift towards react.js?
@theanswer1993Күн бұрын
Too many bad bootcamp developers that can't learn Angular.
@paperellКүн бұрын
standalone were the default already in v18 though??? Anyway, now that angular is really good and nice (it has been since v17) I guess it's time for google to kill it. RIP
@LarsRyeJeppesen19 сағат бұрын
No there were not. You had to use the "standalone: " property in all components.
@kennedymwenda335716 сағат бұрын
No Runtime Configs yet?
@LarsRyeJeppesen18 сағат бұрын
Damn, React noobs feeling the burn in the comment section.. calm down girls, it doesn't affect you, keep using your beginner friendly "framework"
@yasminarab1353Күн бұрын
Danke sehr
@JokeryEUКүн бұрын
i have a problem when updating from v15 to 18 and later, no error on build or run, but on console in browser i get couldn't read configuration, and the page is blank
@ggcc3261Күн бұрын
I'd like to use it but no equivalent of shadcn/ui makes it a no-go for me as I always start with that or something like MUI which is time tested and mature.
@sealone77711 сағат бұрын
Where’s HMR?
@TightyWhities94Күн бұрын
why would you make a component non-standalone?
@TheNsn66621 сағат бұрын
If you need to migrate modules code which have components that are not standalone, you will need to mark them as non standalone...
@TightyWhities9421 сағат бұрын
@TheNsn666 Just make everything standalone by default and remove marking. We are adding unnecessary modularization with this.
@TheNsn66621 сағат бұрын
@@TightyWhities94 Yes but sometimes in your codebase (many companies) you cant change every thing and just migrate all code, so if you still want to use v19 you must mark components.
@theanswer1993Күн бұрын
R.I.P. React
@KamuranDehliz20 сағат бұрын
I don't really understand angulars implemention of Signals. Preact seems to do it better
@LarsRyeJeppesen19 сағат бұрын
Not really
@andyengleКүн бұрын
Maybe it's just me, but I am not an Angular fan. I've been working with React since probably 2017, but with Angular for the last 6 months. I'm trying to give it a go, but I'm just not a fan. Several things bother me about it, specifically, the whole thing with TS, HTML, and CSS files being broken apart. Is that necessary? Working with props seems like a hassle, and then there's the whole thing of responding to prop changes and knowing when to render updates. React makes all of this very easy, but Angular makes you jump through hoops. Is there something I'm missing? Generally, this framework makes me work a lot harder for what I can do a lot easier with React.
@SXsoft99Күн бұрын
Breaking functionality, templating and style isn't a bad ideea, when you have a big code block for that specific component
@andyengleКүн бұрын
@SXsoft99 Ok, I can see that. In React world, we would just break that down into smaller components and compose from there.
@LarsRyeJeppesen19 сағат бұрын
It's not necessary. By all means ,use the same file
@hsil408Күн бұрын
👏🏼👏🏼👏🏼👏🏼👏🏼👏🏼👏🏼👏🏼
@Cero-d5z14 сағат бұрын
Verbessere mal dein Angular Udem-Kurs . Der ist unübersichtlich
@ZAcharyIndyСағат бұрын
I was adopter since the v1. When v2 came out , I just threw it to the trash. No thanks, I moved to Svelte. Faster, simpler, simply amazing and useful.
@SharunKumar29 минут бұрын
React 19 > Angular 19
@khanra17Күн бұрын
🗿Title 🤡Video
@babakfp21 сағат бұрын
When I hear about frontend frameworks, I just want to 🤢🤢... I'm sick of all of their bs...
@billy8461Күн бұрын
no thanks will stick to react
@curiousprogrammer9022 сағат бұрын
Angular looks awful. I am sad for poeple working with it lol...
@LarsRyeJeppesen19 сағат бұрын
how so? are you a child?
@darahk88Күн бұрын
tomorrow google will shut it down like flutter and any other projects. google products are not stable for long term
@theanswer1993Күн бұрын
Angular has been going for longer than React my friend.
@sng8240Күн бұрын
If I'm not mistaken, Google is trying to unify Angular with the framework they use internally, in my opinion, the future of Angular is good. In the case of React, they have been trying for years to release React 19 and many derivative frameworks have been impacted by this while Angular continues to evolve without compromising backwards compatibility and making it easier to adopt new versions.
@darahk88Күн бұрын
@ React also has some braking changes that current libraries must update. It means we can’t use current AI tools to generate code
@LarsRyeJeppesen19 сағат бұрын
Angular is older than React... lmao
@theanswer199318 сағат бұрын
@@LarsRyeJeppesen Angular JS was released in 2010 and then updated to Angular in 2016. React was released in 2013. So yes Angular is out there for 3 years longer.
@igorr4682Күн бұрын
Future of Angular ? Is there still a future for this platform?
@punsmithКүн бұрын
Lol you can use react if you want. Oh wait, not even the react team considers it a good idea to use react without a meta framework. Go play in your react sandbox.
@LarsRyeJeppesen19 сағат бұрын
Why are you even here? Go back to your React, noobie :)