One of the best presentation in any Angular conference. I hope in your next presentation you will elaborate more on each anti pattern. Thanks again, it is very helpful in thinking about self mistake
@radvilardian7403 жыл бұрын
This guy is awesome and looks so humble. Nice presentation.
@HenrikBgelundLavstsen2 жыл бұрын
This talk would be a perfect cheat sheet for performance. Some of this stuff is obvious, but you tend to forget simple things. Having this as a simple cheat sheet would be perfect to go over when dealing with performance.
@DebmallyaBhattacharya5 жыл бұрын
He was so weird but honest n cool! 😅 Liked it. His material was awesome!
@teomantech3 жыл бұрын
he looks extremely nervous. like you were in a dark room, sitting on your computer then all of sudden all the wall falls down and millions of people watching you
@Raynhardx5 жыл бұрын
thumbs up for calling it angular2 :D
@adisreyaj5 жыл бұрын
Can we get the slides?
@micmro5 жыл бұрын
The slides are available here: drive.google.com/file/d/17ZBJej07Y1oXt7MNFeL-Wi37HCWk4JZf/view
@pavelhamanovich4951 Жыл бұрын
4:43 is fixed in angular 15.1 ;)
@vik88604 жыл бұрын
Is this relevant to angular or angular 2+ onwards?
@emreakkocdev3 жыл бұрын
Summary: You wanna optimize angular ? Avoid angular as much as possible
@masterlup4 жыл бұрын
06:07 why not use -> style="color: red;"
@barryallen67824 жыл бұрын
color is a variable, [style.color]="'red'" is better
@masterlup4 жыл бұрын
@@barryallen6782double wrong. Your code wont work bc it will look for variable red. Second the compiler will create a template binding which needs to be checked every change detection and will therefore be less performant.
@masterlup4 жыл бұрын
That being said the point is use style bindings over ngstyle where you can.
@TightyWhities943 жыл бұрын
what i get from this video is that basically we shouldn't use angular at all.
@xucongzhan9151 Жыл бұрын
Hope that's what you get from every performance talk :D