What's new in Angular v17

  Рет қаралды 37,028

Angular

Angular

Күн бұрын

Check out a speedy recap on a bunch of the exciting updates and improvements from the Angular v17 launch, designed to elevate your app-building experience. We cover the latest features from Angular's hybrid rendering experience, the new control flow, and much more!
Check out our website → goo.gle/AngularDev
Check out the blog → goo.gle/3S1Jukx
Watch more videos about Angular v17 → goo.gle/Angularv17
Subscribe to Angular → goo.gle/Angular
#Angular

Пікірлер: 66
@_AleMaxi_
@_AleMaxi_ 4 ай бұрын
Wow!! I'm really excited with all tha new features and really happy with control flow and hydration features! You're fantastic Angular team!!
@TheDragShot
@TheDragShot 4 ай бұрын
Oh, the interactive tutorials in the new web site will definitely come in handy to catch up. I hadn't really built anything with Angular since version 7, so this is appreciated.
@imriharlev5151
@imriharlev5151 4 ай бұрын
Sounds awesomeeee, thanks Angular :)
@misterkirill_
@misterkirill_ 4 ай бұрын
Now I'm thinking about switching from React to Angular. Thank you for your work ❤
@VarunJain15
@VarunJain15 4 ай бұрын
And I'm thinking to switch from Angular to React
@oussemabouyahia474
@oussemabouyahia474 3 ай бұрын
honestly react still the best and more easy @@VarunJain15
@rockenOne
@rockenOne 3 ай бұрын
Do it do it do it do it do it
@rockenOne
@rockenOne 3 ай бұрын
​@@VarunJain15bad time
@user-so4ug5rw3g
@user-so4ug5rw3g 2 ай бұрын
XD why did you even pick react for? Ah because it's made by Facebook? Newbies started out with react years later they realized the project is a mess and take weeks to do 1 day jobs? Yeh. Now switching to Angular 🤷‍♂️
@webdave_de
@webdave_de 4 ай бұрын
Great Presentation. Mark ist awesome
@webdave_de
@webdave_de 4 ай бұрын
Angular is awesome too! 😍
@DonnieBryant
@DonnieBryant 4 ай бұрын
I'm just going to say it.... Mark is a STAR!
@Angular
@Angular 4 ай бұрын
He IS pretty great, Donnie! We'll let him know about this wonderful feedback.
@jitujahagirdar613
@jitujahagirdar613 3 ай бұрын
"Hi Angular Team, @angular I've been reflecting on the current implementation of @Input and @Output in Angular and comparing it with React's approach to state and props. While Angular offers robust and powerful features, I find the process to set up @Input and @Output a bit more involved than React's straightforward handling of props. ------------------------------ React Props ----------------------------------------------------------------------- In React, passing data to components is quite streamlined, as shown in this simple example: . This one-line code effortlessly declares and passes props. ------------------------------ Angular Props long way to follow coding --------------------------------- Long way in Angular : On the other hand, Angular requires several steps to achieve similar functionality. For instance: 1) Steps 2) Steps : very long work in this steps import { Component, Input, Output, EventEmitter } from '@angular/core'; export class ChildComponent { @Input() dataFromParent: any; // appropriate type declaration @Output() notifyParent: EventEmitter = new EventEmitter(); } sendData() { this.notifyParent.emit('Some data from child'); } // Request : in this 2 steps @input we need to import and tell to component hey this is input . Can we skips this steps for import @input and @Output ? and directly just mentions props name only "dataFromParent" ? and it need to identify / figure out itself it input or output type..! . and same for Output first we need to import Output event emitter and then need to emit that methods which is really TDS work ..! 3) Steps : {{ dataFromParent }} And same issue for @output implementation in angular which takes more stapes to implements. @Angular Team just a request : Could we have a shorthand for implementing @Input and @Output in Angular? Something similar to React's props syntax for simpler and faster coding. This would really streamline frequent property usage in Angular development.
@Abraham.2748
@Abraham.2748 4 ай бұрын
Great work!
@user-vv5vt6ho4j
@user-vv5vt6ho4j 4 ай бұрын
Best framework ever
@delamata88
@delamata88 3 ай бұрын
The best framework ever I really love it. Angular for always!
@user-vb1oi5gf8h
@user-vb1oi5gf8h 4 ай бұрын
Awesome!
@manojht8036
@manojht8036 4 ай бұрын
I am currently writing my project again In 17 ..it is in 16 and I know I can do ng update but I LOOOVE writing control flow myself especially lazy loading components 🤤 damm
@combatninjaturtle
@combatninjaturtle 4 ай бұрын
Seems like u r having fun 😂
@manojht8036
@manojht8036 4 ай бұрын
@@combatninjaturtle no doubt about that
@Kirdaro
@Kirdaro 3 ай бұрын
Wow! Sound interesting. I'm still on the v14.
@vikram12singh
@vikram12singh 4 ай бұрын
I love Angular
@estebandiaz1698
@estebandiaz1698 4 ай бұрын
Great!
@sureshnaagar
@sureshnaagar 4 ай бұрын
what about Module federation with esbuild, that was webpack feature. If i have module federation is there is a migration path to Angular17 ?
@sillynut2958
@sillynut2958 4 ай бұрын
Is there a way to extend a Component dynamically with a Model class and then bind to the properties of the Model class within the View? Extending the Component with a Model class is doable, just Angular will not compile when I attempt to bind to a property of the Model using Rx.js. Put this feature in Angular 18 please if it is not already available.
@user-eh2im6yi8l
@user-eh2im6yi8l 4 ай бұрын
Can i use Angular SSR on typical web host like Siteground?
@chunckyfreshnut
@chunckyfreshnut 9 күн бұрын
Also can we have self generating test code which can figure out that there is a service. And have it generated a mock service
@oluwapelumiezekiel6198
@oluwapelumiezekiel6198 4 ай бұрын
I like mark a lot, I wanna be like him
@spreadItWide
@spreadItWide 4 ай бұрын
All you have to do, is just be the coolest dude ever! Lol he's awesome, right??
@oussemabouyahia474
@oussemabouyahia474 3 ай бұрын
the problem is the tutorial ion the documentations are still not aligned with angular 17 , especially when try to implement the routing which exist by default
@chunckyfreshnut
@chunckyfreshnut 9 күн бұрын
I want a gui development tool like visual basic. Also easy to create form with input validation.
@nturodestiny3241
@nturodestiny3241 4 ай бұрын
Can i upgrade my angular app from v8 to v17 and work perfectly , i really need to upgrade it! 🙏🏻🙏🏻
@Angular
@Angular 4 ай бұрын
Upgrade one version at a time - you can find more information here: update.angular.io/?v=8.0-17.0
@nturodestiny3241
@nturodestiny3241 4 ай бұрын
I tried but , my app is displaying blank page, i've been struggling for one week, i thought there is a problem some of my libraries, Thank you🙏 @@Angular
@Someone-tn8ur
@Someone-tn8ur 4 ай бұрын
The pains of upgrading once every 5 years :)
@sanjayshah5338
@sanjayshah5338 3 ай бұрын
Create a new app on latest angular version and copy your code component by component and test. You will also learn the new features that way.
@halilnevzat
@halilnevzat 2 ай бұрын
it grows so fast, im afraid to develop new project :D
@sidof8065
@sidof8065 20 күн бұрын
Hi sir. how to run : npm run build in Dockerfile with Angular 17. I'm trying since a day to deploy Angular 17 app on Nginx . I just see welcome to to Nginx not my app 🤮
@botondvasvari5758
@botondvasvari5758 4 ай бұрын
fix imports please, they are a big overhead in the framework now
@gintoki_sakata__
@gintoki_sakata__ 4 ай бұрын
Elaborate
@CsAlchemy-eg6ch
@CsAlchemy-eg6ch 3 ай бұрын
I just hope you guys let the classes approach and don't go fully react , oop is what made using a lot of programming patterns to structure things and organize , functional programming easily creates a mess of nested functions.. I'm happy with all the improvement but afraid angularjs case happening again
@obinnaezedei856
@obinnaezedei856 4 ай бұрын
I think I stopped with Angular in version 8. I am back
@sikendongol4208
@sikendongol4208 4 ай бұрын
Angular baba
@eagold
@eagold 5 күн бұрын
idk why it's losing popularity compared to react it's really great framework
@danvilela
@danvilela 4 ай бұрын
Aaand google products still are on angularjs 1 💀
@aqueebj
@aqueebj 4 ай бұрын
How do you know?
@danvilela
@danvilela 4 ай бұрын
@@aqueebj design and buildwith extension. Also site performance. Not all google products, but a lot of them, like google ads
@wolfisraging
@wolfisraging 4 ай бұрын
Aaand how do you know?
@danvilela
@danvilela 4 ай бұрын
@@wolfisraging read the comment 💀
@TayambaMwanza
@TayambaMwanza 4 ай бұрын
Not everyone can update instantly, I'm sure even Facebook maintains old react projects.
@spacewizards9039
@spacewizards9039 Ай бұрын
Only using it because I have to at work. React is much quicker and better and leaner
Announcing Angular.dev
3:14
Angular
Рет қаралды 21 М.
What's new in Angular 17
9:36
Code with Ahsan
Рет қаралды 12 М.
Мы играли всей семьей
00:27
Даша Боровик
Рет қаралды 4,2 МЛН
ОДИН ДОМА #shorts
00:34
Паша Осадчий
Рет қаралды 6 МЛН
Why didn't the Angular team just use RxJS instead of Signals?
8:15
Joshua Morony
Рет қаралды 82 М.
Angular 17 SSR - Angular Server Side Rendering in a New Way
13:54
Monsterlessons Academy
Рет қаралды 26 М.
Angular’s Third Era is…weird
21:41
Theo - t3․gg
Рет қаралды 85 М.
Do Signals replace RxJS Observables?
5:41
JS 2 brain
Рет қаралды 5 М.
Новый быстрый красивый Angular 17
6:23
Миша Ларченко
Рет қаралды 16 М.
INSANE OpenAI News: GPT-4o and your own AI partner
28:48
AI Search
Рет қаралды 222 М.
New Control Flow in Angularv17
3:29
Angular
Рет қаралды 16 М.
OpenAI’s GPT-4o: The Best AI Is Now Free!
9:14
Two Minute Papers
Рет қаралды 181 М.
You might not need useEffect() ...
21:45
Academind
Рет қаралды 134 М.
ПЛЮСЫ и МИНУСЫ , если мама была бы ЛЕДИ БАГ 😂🐞 #shorts
0:40
Владислав Шудейко
Рет қаралды 3,5 МЛН
If animals glitched IRL
0:18
Jiemba Sands
Рет қаралды 12 МЛН
Он Нашел Самый Большой Алмаз #shorts
0:39
ARNAUT 🔥
Рет қаралды 11 МЛН
🤣
0:37
Dragon Нургелды 🐉
Рет қаралды 1,2 МЛН