Aplicaciones Angular con Signals
25:52
Пікірлер
@khyr-hl9yt
@khyr-hl9yt Ай бұрын
Her teaching method is excellent
@BillMoman
@BillMoman Ай бұрын
This is good information which I already knew that I could do tests this way. However, most tests have at least 1 service injected into the component and probably many more. If you are writing it the way you said, wouldn't you have to mock out the service each time and then add that to the constructor when instantiating the component. new Component(mockService1, mockService2, etc.) which seems like you would be writing a lot more code using it your way. Shouldn't you keep the beforeEach(() ={}); part (without the async) to do all that code one time since it will need to before run each test anyways. I do get your point as I am having a hard time explaining to fellow developers how this all works.
@zuhalisigunes1736
@zuhalisigunes1736 2 ай бұрын
The man is so annoying, I can't focus
@Bilugagamer
@Bilugagamer 3 ай бұрын
"Front end is easy" they say
@krishramakrishna9567
@krishramakrishna9567 3 ай бұрын
I follow your pluralsight courses why are you not making a course on asp.nercore web api with angular ??
@theprantadutta
@theprantadutta 5 ай бұрын
2014: Zone.js Rocks, Let's include this in Angular. 2024: Zone.js Sucks, Let's Get rid of it.
@sarwalgaurav
@sarwalgaurav 7 ай бұрын
You guys are just brilliant and funny too 🙂
@AlexanderYaremchuk
@AlexanderYaremchuk 9 ай бұрын
like a reporting student.. not best of speakers
@AlexanderYaremchuk
@AlexanderYaremchuk 9 ай бұрын
examples cannot be built with the current node.js.
@McQuinTrix
@McQuinTrix 10 ай бұрын
Appropriate title would be: You're UNIT testing your angular code wrong way. Love the video btw.
@igorr4682
@igorr4682 11 ай бұрын
Given your role as a spokesperson, I strongly recommend investing time in mastering proper breathing techniques. Currently, your delivery often sounds as if you're running out of breath midway through your statements. This issue not only detracts from the topic at hand but also diminishes the overall impact of your communication. Addressing this aspect is critical for maintaining audience engagement and ensuring effective delivery.
@alfredotoledano8303
@alfredotoledano8303 11 ай бұрын
Great talk!! Where could I find the source code?
@tolstoievski4926
@tolstoievski4926 Жыл бұрын
fancy trip in ukraine 💀💀💀
@bansuriwalebabakedarkantha
@bansuriwalebabakedarkantha Жыл бұрын
🙏
@lukaszpiotrluczak
@lukaszpiotrluczak Жыл бұрын
Then StackBlits was faster than local environment. But when they introduced webcontainers it is much worser, very often itvdies with out of memory and needs to reinstall every package in this violatile container. So sad
@CodingAbroad
@CodingAbroad Жыл бұрын
This is the only way I can communicate with your channel. Please kindly enable your comments section. A lot of us want to contribute to your channel but it isn’t helpful as comments are currently disabled. Please kindly enable them. Looking forward to your resolution
@christianfuchs9750
@christianfuchs9750 Жыл бұрын
@7:24 First Things First, "Organizing for Readability" Is this concept compatible with (abstract base classes) inheritance ? will it fail grossly ? should I avoid inheritance in favor of this concept (I might) ? My concern is: when writing a class based on an abstract base class (and equally, writing an abstract base class in the first place) - some/much of the important/conceptual stuff is defined and visible in the base class, but not at all in the derived class. This greatly disturbs readability, the reader (or I myself) will have to look at 2+ files to get the picture. (I didn't mention how greatly helpful such content is, and went straight to my concern; this is a KZfaq channel and I should probably have asked this on SO instead; but since this feels live, I started right here)
@dharamveernayakdharamveersingh
@dharamveernayakdharamveersingh Жыл бұрын
Hamari video mein add kar do
@dharamveernayakdharamveersingh
@dharamveernayakdharamveersingh Жыл бұрын
Mari video mein add dikha diya karo
@dharamveernayakdharamveersingh
@dharamveernayakdharamveersingh Жыл бұрын
Missing Lakha Banjara Uttar Pradesh dharmveer Singh Nayak isa banjare hamare video mein bhi add dikha diya karo
@nesrinekanzari5185
@nesrinekanzari5185 Жыл бұрын
The best and funniest explanation ever
@handkante9036
@handkante9036 Жыл бұрын
This explains literally nothing.
@nhatne5555
@nhatne5555 Жыл бұрын
I love it, thanks for your sharing
@vetrivel.y4740
@vetrivel.y4740 Жыл бұрын
TNice tutorials is my tNice tutorialrd ti watcNice tutorialng tNice tutorials video. I'm switcNice tutorialng over from soft One 4 to soft for my production and your video was the first one I
@TayambaMwanza
@TayambaMwanza Жыл бұрын
This was really good
@love-hammer
@love-hammer 2 жыл бұрын
Around 12:50 the note about the component being injected into the guard is so important (as she said). I recently cleaned up a guard where, despite component being right there in the signature, someone went to the trouble of adding: a touched flag in the global state, and an associated action to dispatch (ngxs) when it should be flipped. Just for this one form. The component is right there.
@rgh1986aka199
@rgh1986aka199 2 жыл бұрын
17:18 It's "you're" not your
@aram5642
@aram5642 2 жыл бұрын
.toMatchSnapshot() - which snapshot? when does it get created?
@Latte1104
@Latte1104 2 жыл бұрын
13:30 Naming convention of action
@pbezanillat
@pbezanillat 2 жыл бұрын
Great comparison, thx.
@andristefanus
@andristefanus 2 жыл бұрын
how do you deploy and compile for hosting?
@reiniergarcia
@reiniergarcia 2 жыл бұрын
I arrived here from Udemy.
@FuzailShaikh
@FuzailShaikh 2 жыл бұрын
Awesome talk! 👏
@qadir03232803023
@qadir03232803023 2 жыл бұрын
Very easy to understand, i have been went through all the stack-overflows, and documentations but my concepts was not clear at that time, now thanks to these champs.
@matthewogunmola7615
@matthewogunmola7615 2 жыл бұрын
Excellent Guy
@tender.branson
@tender.branson 2 жыл бұрын
What if I want to create components dynamically not from existing components (AComponent, BComponent etc.), but from static HTML files, like it was with ng-include in AngularJS?
@sanjaygarg3540
@sanjaygarg3540 2 жыл бұрын
Amazing Talk!
@vicky2118
@vicky2118 2 жыл бұрын
I found this useful only for the utility services. It may ne faster for the components but I don’t find this very useful.
@SuperToughnut
@SuperToughnut 2 жыл бұрын
So useful!
@sanjaygarg3540
@sanjaygarg3540 2 жыл бұрын
Loved it !!
@martinmika554
@martinmika554 2 жыл бұрын
+1 for @memo decorator
@nikitachechet6510
@nikitachechet6510 2 жыл бұрын
extremely cool presentation! thanks!
@lVlurF
@lVlurF 2 жыл бұрын
A true wizard
@javascript_developer
@javascript_developer 2 жыл бұрын
Resolver - Thanks..
@edgeeffect
@edgeeffect 2 жыл бұрын
Supurb!
@user-ox4ty5sk7b
@user-ox4ty5sk7b 2 жыл бұрын
Hello. Thanks for the video. What's best practice for using docker and CI? I mean should we install dependencies, compile project in CI and after that wrap dist in docker container or we should do build steps in docker?
@mikebell3579
@mikebell3579 2 жыл бұрын
Wow!!! Thanks for this tip. Been using Angular for years and am always surprised at how much of Angular is just JS.
@georgeb8637
@georgeb8637 2 жыл бұрын
7:32 - source map explorer 14:41 - sausage race in milwaukee 17:06 - react change detection (downside of react virtual dom - creates objects which consume memory) 18:31 - angular 2 game plan 19:16 - HTML template - outputs optimized typescript (HTML compiled by Webpack and shipped to the browser) 20:07 - why compile? And not let the browser parse HTML? 1. Syntax errors
@nskmda
@nskmda 2 жыл бұрын
11:49 should actually read like "Comments don't have place in the code"
@franchy1726
@franchy1726 2 жыл бұрын
not angular.
@ChrisAthanas
@ChrisAthanas 2 жыл бұрын
This talk helped me understand a complex part of my companies app
@gkarapeev
@gkarapeev 2 жыл бұрын
It's a shame that Max has to dig the source code and solve a puzzle in order to give this awesome talk, while a bunch of people at Google know every detail of it, but won't do a talk explaining it. -.-