Тёмный
ng-conf
ng-conf
ng-conf
Подписаться
The world's original Angular conference, with talks from the Angular Team and top experts from around the world.
Aplicaciones Angular con Signals
25:52
Месяц назад
Комментарии
@khyr-hl9yt
@khyr-hl9yt 23 дня назад
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 2 месяца назад
"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 8 месяцев назад
like a reporting student.. not best of speakers
@AlexanderYaremchuk
@AlexanderYaremchuk 8 месяцев назад
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 RU-vid channel and I should probably have asked this on SO instead; but since this feels live, I started right here)
@dharamveernayakdharamveersingh
Hamari video mein add kar do
@dharamveernayakdharamveersingh
Mari video mein add dikha diya karo
@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. -.-