EP23 - Parse Server: Password Reset
2:12
Пікірлер
@iamAi006
@iamAi006 Ай бұрын
@iamAi006
@iamAi006 Ай бұрын
thank you so much ! how do you set the template
@programmingpracticals8643
@programmingpracticals8643 8 ай бұрын
What if i want different instance everytime....how to achieve that
@diegodominguez-ih8bo
@diegodominguez-ih8bo 8 ай бұрын
why do you make that stupid ass face in the thumbnail
@nowsage
@nowsage 11 ай бұрын
The best simple explanation I've seen so far
@danielalejandrocoronelberr8113
@danielalejandrocoronelberr8113 Жыл бұрын
Best explanation ever, Thank you so much!
@Кирилл-л6й7з
@Кирилл-л6й7з Жыл бұрын
Thanks a lot for your job! This course is very very useful. I watched it in one sitting, thank you
@danobot12
@danobot12 Жыл бұрын
Sorry if I missed it but how do I deploy my schema and configuration to heroku? Is there a way check it into git and import it?
@simonegiorgi1454
@simonegiorgi1454 Жыл бұрын
You Save my day :) You are the best!
@tomail1167
@tomail1167 Жыл бұрын
please, I want to ask a question: how to apply multiple classes to host elements? because this code does not work with two classes: @HostListener('mouseover') onMouseOver() { let part = this.EleRef.nativeElement.querySelector('.BindCard-text', '.BindCard-block'); this.EleRender.setStyle(part, 'display', 'block');} What are the possible solutions to this? Thanks for helping me.
@random666777
@random666777 Жыл бұрын
Hi this course has been very helpful and am planning to follow this plan to upgrade services first. Is it possible to spec test an AngularJS component that has downgraded services? Running into issues and wondering if it's possible or else have to mock them.
@suniljadhav4383
@suniljadhav4383 Жыл бұрын
Great info. Thanks
@erfanfarhadi
@erfanfarhadi Жыл бұрын
wooow It was really impressive Thank you for sharing this fantastic video about an important DI topic in angular.
@ramyagonchigar1663
@ramyagonchigar1663 Жыл бұрын
caught Error: [$injector:modulerr] Failed to instantiate module portal due to: Error: [$injector:modulerr] Failed to instantiate module ngRoute due to: Error: [$injector:nomod] Module 'ngRoute' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument. I'm getting this error, i'm not using ng-view, I'm using UI-view in my app
@egoryakimov240
@egoryakimov240 Жыл бұрын
maaaan, thanks god you live on the same planet! I'd hug you for this video. Greatest!
@MichelGrlt
@MichelGrlt Жыл бұрын
Thank you so much
@maqhobelakao2045
@maqhobelakao2045 Жыл бұрын
For some reason i don't know, when i click the button to add joke ... t displays for while and the page refresh again iit disappears
@gozagroso
@gozagroso Жыл бұрын
nowadays it´s necessary to use HttpParams() instead of URLSearchParams(). A proper way of set them is: let params = new HttpParams() .set('foo','moo') .set('limit',25); this.http.get(url, {params}) .subscribe( resp => console.log(resp));
@mikojan85channel
@mikojan85channel Жыл бұрын
is this code still working!? To me it looks it doesn't work, maybe because the video is four years old now
@hansbyager5795
@hansbyager5795 Жыл бұрын
And where is the Joke class defined? it might hold an instance of a joke, but should it not BE the instance of the joke
@jube1907
@jube1907 2 жыл бұрын
This video is great, it needs more views!
@lewispil3529
@lewispil3529 2 жыл бұрын
awesome great video
@ahmedabdulrahman4674
@ahmedabdulrahman4674 2 жыл бұрын
The quality is unbelievably high. Fantastic explanation
@RTXGaming-nv2us
@RTXGaming-nv2us 2 жыл бұрын
Thank you
@SoraRaida
@SoraRaida 2 жыл бұрын
Thanks for this! Super concise and straight to the point.
@FredoCorleone
@FredoCorleone 2 жыл бұрын
I think there's a misconception here: you say "You see nothing happens because the observable is cold [...] the observable becomes hot and starts pushing out numbers", but that's not the distinction between hot and cold, the true distinction is that hot is multicast (casts the same exact value to many observers) while cold means is unicast (each observer gets its own instance of the data).
@mostafatarek7110
@mostafatarek7110 2 жыл бұрын
how to writer a function to get a random row from the table
@bereketassefa9331
@bereketassefa9331 2 жыл бұрын
who came form codecraft
@ssssssss131ful
@ssssssss131ful 2 жыл бұрын
This is one of the best explaination i have ever seen .... great !!
@bidfca5980
@bidfca5980 2 жыл бұрын
thanks
@relaxing_person
@relaxing_person 2 жыл бұрын
very useful video!
@pakietyweselnepl
@pakietyweselnepl 2 жыл бұрын
Hello, i have a problem with e-mail verification, when User has emailVerified=True, while loggin in using google it changes it to False and resends e-mail verification. How to solve it?
@jagadeeshbhogapurapu6719
@jagadeeshbhogapurapu6719 2 жыл бұрын
0 1 1 2 2 2 3 3 3 3 4 4 4 4 4 5 5 5 5 5 5 6 6 6 6 6 6 6 7 7 7 7 7 7 7 7 8 8 8 8 8 8 8 8 8 9 9 9 9 9 9 9 9 9 9 i got this as an output for this source code var funcs=[] for (var i=0;i<10;i+=1){ var y = i; //console.log(y); // console.log(funcs); funcs.push(function(){ console.log(y); }) funcs.forEach(function(func){ func() }) }
@justcurious1940
@justcurious1940 2 жыл бұрын
yea NAN is not a number this is super clear what is not clear is the fact that NAN has different values and different kinds of values (QNAN and SNAN) and what is also not clear is the fact that there is no videos about this out there and only few articles about it even wikipedia didno't give a clear explanation for this
@sullenfps
@sullenfps 2 жыл бұрын
life saver. thank you for making these videos.
@Paul-wz1xw
@Paul-wz1xw 2 жыл бұрын
This was really helpful to me, especially now in 2022 when we have Angular 14
@christinengo-bilongmoukond4986
@christinengo-bilongmoukond4986 2 жыл бұрын
Bonjour à tous. je cherche à remplir un formulaire en ligne où la date par défaut est NaN/NaN/NaN, et où je reçois la réponse "format non valide" lorsque je rentre les valeurs demandées : quelle est la bonne manière de le faire SVP?
@sohininandi9135
@sohininandi9135 2 жыл бұрын
The bestest (if there is any word beyond best) video series on angular that I have ever gone through... thanks a lot Sir !!!!
@herihehe.
@herihehe. 2 жыл бұрын
I think this should do the trick: var isPalindrome = num => { const arr = Array.from(String(num)) const reversed = [...arr].reverse() return arr.join('') === reversed.join('') }
@RobertKing
@RobertKing 2 жыл бұрын
great video thanks! how'd you make the diagrams? very nice with the arrows animating in, is it a slide show?
@SafetyLast-_-
@SafetyLast-_- 2 жыл бұрын
Thanks a lot for such an amazing course and explanations. Great work! 👍
@Emily-qf5uk
@Emily-qf5uk 2 жыл бұрын
Best tutorial of mock & spies I have seen so far! Thank you!
@TheGothicSecret
@TheGothicSecret 2 жыл бұрын
great work)) Thanks!!!
@ExpertSuggestions
@ExpertSuggestions 2 жыл бұрын
what is alaternative of $rootScope.applysync(); in angular 6 please reply I am stuck here.
@helen4741
@helen4741 2 жыл бұрын
I feel like getting to know every aspect of Parse Server now. Friendly to beginners, wide scope of knowledge in easy understanding way. Thank you so much.
@ravikumarmistry
@ravikumarmistry 2 жыл бұрын
Nice
@samanthavarner3399
@samanthavarner3399 2 жыл бұрын
Very helpful! Thank you.
@expertreviews1112
@expertreviews1112 2 жыл бұрын
The only place where I totally understood the concept of Providers and in turn Injectors and also differentiated the DI in Angular from .Net Core since I'd relate to .Net Core to understand it. Awesome explanation, awesome example and really awesome knowledge all round.
@wilhoit
@wilhoit 2 жыл бұрын
OMG! You are sent from God! 🤣 No one else has been able to explain this so simply and elegantly!
@giasnow9725
@giasnow9725 2 жыл бұрын
I have a question, what if SearchItem[] would be instead of a class defined as an interface? Would it still work the same way?