Ionic 4 & Angular Tutorial For Beginners - Crash Course

  Рет қаралды 753,377

Academind

Academind

5 жыл бұрын

Learn to build iOS, Android and web apps from scratch with Ionic 4 and Angular!
Join the full Ionic + Angular course: acad.link/ionic
Exclusive discount also available for my complete Angular course: acad.link/angular
Join our Academind Community on Discord for free: / discord
Check out all our other courses: academind.com/learn/our-courses
----------
• Go to www.academind.com and subscribe to our newsletter to stay updated and to get exclusive content & discounts
• Follow @maxedapps and @academind_real on Twitter
• Follow @academind_real on Instagram: / academind_real
• Join our Facebook community on / academindchannel
See you in the videos!
----------
#ionic4 #ionic4course #ionic4tutorial #ionic4app
----------
Academind is your source for online education in the areas of web development, frontend web development, backend web development, programming, coding and data science! No matter if you are looking for a tutorial, a course, a crash course, an introduction, an online tutorial or any related video, we try our best to offer you the content you are looking for. Our topics include Angular, React, Vue, Html, CSS, JavaScript, TypeScript, Redux, Nuxt.js, RxJs, Bootstrap, Laravel, Node.js, Progressive Web Apps (PWA), Ionic, React Native, Regular Expressions (RegEx), Stencil, Power BI, Amazon Web Services (AWS), Firebase or other topics, make sure to have a look at this channel or at academind.com to find the learning resource of your choice!

Пікірлер: 621
@SEMDOCTORS
@SEMDOCTORS 4 жыл бұрын
Compleated an ionic project for a client just by watching this video. You have saved my job and most of all you taught me a valuable skill. Thank you 🙏🙏
@aravindkannan01
@aravindkannan01 2 жыл бұрын
00:00 Section 1 - Getting Started 02:29 Introduction to Ionic 04:09 Progressive Web Apps (PWAs) 05:20 Ionic Platform 10:14 Understanding the Ionic Ecosystem 11:22 An Ionic Project 14:41 Angular - Brief Introduction 18:40 Ionic Installation 20:48 npm install -g ionic : Global Installation of Ionic 21:50 ionic start : Start a simple ionic project 24:49 VSCode: IDE of choice 27:58 ion-button addition to simple ionic project 31:40 Ionic History 35:39 Ionic 3 vs Ionic 4+ 38:47 Compiled or Web View? 41:00 What's a "WebView"? 42:30 Course Outline 49:00 How to get most out of the course? 51:56 Section 2 - Angular refresher [Skipped] 52:08 Section 3 - Working with Ionic Components 53:25 Core Building Blocks 57:52 Using the Ionic Components 1:00:15 How do Ionic 4 Web Components Work? 1:04:45 Simple Ionic app build with Ionic CDN 1:10:15 Basic Layout: Budget Planner 1:15:35 ion-content: Budget Planner 1:18:51 Core component types 1:21:20 ion-grid: Budget Planner 1:28:40 ion-icon: Budget Planner 1:34:33 app.js: Logic of Budget Planner using Vanilla JS 1:41:30 app.js: Rendering a dynamic List 1:46:35 app.js: Clear input 1:48:05 app.js: Total expenses 1:52:30 ion-alert: Why Angular over Vanilla JS? 1:58:11 Assignment: Course Rating 1:59:55 Assignment Solution: Course Rating 2:14:01 Why Angular? 2:17:48 Section 4 - Adding Angular (or any Framework) 2:27:57 Project Layout Walkthrough 2:33:57 @ionic/angular Wrapper 2:37:51 Simple ionic dummy app 2:39:27 recipes: Page generation 2:44:20 recipe: Model 2:49:20 recipes/recipe-detail: Page generation 2:52:30 recipes/recipes: Service 2:57:10 recipesService Injection into RecipesPage 2:58:50 recipesService Injection into RecipeDetailPage 3:03:12 recipe-detail.page.html Designing 3:07:24 Routing from recipe.page.html to recipe-detail.page.html 3:14:08 recipe: Deletion 3:17:26 ion-alert-controller: To alert before deletion 3:21:40 recipe-item: angular component 3:25:13 Angular Components & Ionic Components 3:27:27 Section 5 - Running the App on Mobile Devices 3:29:53 Android Development 3:35:55 Android Running with Capacitor 3:40:17 Android Live reload 3:42:28 iOS Development 3:49:49 iOS Live reload 3:52:43 Closing remarks
@AkJakolantern
@AkJakolantern 2 жыл бұрын
The real G
@LeonardoRuosoVendramini
@LeonardoRuosoVendramini 2 жыл бұрын
só agradece.
@chrisraines706
@chrisraines706 Жыл бұрын
Thanks for this. You are awesome!
@pepis6000
@pepis6000 Жыл бұрын
OK merci merci oo
@RankitSinghThakur
@RankitSinghThakur Жыл бұрын
file=index.html,pages%2Ftabs%2Ftabs.html,app%2Fapp.html,app%2Fapp.module.ts,pages%2Ftabs%2Ftabs.ts,app%2Fapp.component.ts,pages%2Fhome%2Fhome.ts,pages%2Fhome%2Fhome.html
@denisdragomirik
@denisdragomirik 3 жыл бұрын
Thank you! I am not native English speaker, but you one of that rare people who I can listen on x2 speed. Very clear speech! And understandable detailed material of the course
@MrArmyzero
@MrArmyzero 3 жыл бұрын
hahahah wth thats fast
@jorgecristianfernandez2003
@jorgecristianfernandez2003 5 жыл бұрын
Best course ever and for free! congrats thanks for this man!
@Usgshshs
@Usgshshs 4 жыл бұрын
no need to study masters when youtube is the best university ,thanks for this tutorial
@niclas9671
@niclas9671 4 жыл бұрын
Thanks Max, you did it again! After building my first business application in angular (watching your angular course) you once again have the right followup course to help me get to know yet another world. Grüße aus dem Süd-Westen!
@KazpinGaming
@KazpinGaming 4 жыл бұрын
I'd like to point out that in 3:20:40 If you notice that your data table isn't being updated, it is because ngOnInit doesn't trigger if it was previously viewed. I suggest you use "ionViewDidEnter" lifecycle hook when using real API calls after data manipulation from another component.
@NevesinjeGun1875
@NevesinjeGun1875 4 жыл бұрын
I was playing the video several times over and was just going nuts about it cause i got everything the same as in the course but it wouldn't update the list after deleting an item from it. So here comes a question - if Max isn't using "ionViewDidEnter" how come his list gets updated????
@mxc8469
@mxc8469 4 жыл бұрын
@mkultr730 recipes.page.ts: add : ionViewWillEnter() { this.recipes = this.recipesService.getAllRecipes(); }
@paulovinicius9940
@paulovinicius9940 4 жыл бұрын
@@mxc8469 Nope, this does not work.
@thomasclague595
@thomasclague595 3 жыл бұрын
@@mxc8469 Thanks for you answer, this worked for me
@Izzkhairable
@Izzkhairable 3 жыл бұрын
@@mxc8469 Thank you so much!
@spragucm
@spragucm 2 жыл бұрын
I appreciate that you made so much of this excellent course free on KZbin, and that you didn't stop short on the actual deployment instructions. As a thank you, I purchased the full course on Udemy :) Keep it up!
@psalm2326
@psalm2326 2 жыл бұрын
can you share with me his udemy course🙂🙂
@RankitSinghThakur
@RankitSinghThakur Жыл бұрын
file=index.html,pages%2Ftabs%2Ftabs.html,app%2Fapp.html,app%2Fapp.module.ts,pages%2Ftabs%2Ftabs.ts,app%2Fapp.component.ts,pages%2Fhome%2Fhome.ts,pages%2Fhome%2Fhome.html
@sfriend-oy5zw
@sfriend-oy5zw 3 жыл бұрын
Absolutely awesome tutor!You are amazing,so clear and concise..I love your videos and never miss out!God bless you for sharing the excellent course 😊.
@srinivasanramu989
@srinivasanramu989 3 жыл бұрын
A man with god heart teaching such a nice course free of cost. Huge respect sir !!!!!
@jenandjuice
@jenandjuice 4 жыл бұрын
"I do expect this basic knowledge at this point" --- LOVE IT!!!
@stopPlannedObsolescence
@stopPlannedObsolescence 3 жыл бұрын
But React is better
@fokklz
@fokklz 3 жыл бұрын
@@stopPlannedObsolescence who asked?
@jrldtlld
@jrldtlld 5 жыл бұрын
A time stamp for the course outline would be great. Thanks for this, cheers!
@adeyemosamuel2966
@adeyemosamuel2966 5 жыл бұрын
You are nothing but a blessing to this world...Thanks
@academind
@academind 5 жыл бұрын
I don't know what to say but THANK YOU for such a wonderful comment Adeyemo!
@danielrocha5774
@danielrocha5774 5 жыл бұрын
I agree.
@MurilloVieira
@MurilloVieira 5 жыл бұрын
Are you some kind of divinity or god? 4h Ionic MASTER course, lol, you've killed it!
@phpier
@phpier 4 жыл бұрын
I'd love to thank you and wish you keep going forward with such great courses
@johannesdrechsler8585
@johannesdrechsler8585 5 жыл бұрын
Very detailed video! Thank you very much! Will animations run at smooth 60 fps after building the app with capacitor? How would you compare the performance with a native app and a native app created by the capacitor?
@ubikhan6079
@ubikhan6079 3 жыл бұрын
keep this up !! you will shine. Thank you
@rodrigoespinozadev
@rodrigoespinozadev 5 жыл бұрын
Gracias Max i have been waiting for this one! Here some beers for you!! 🥨🍺🍺
@academind
@academind 5 жыл бұрын
Thank you for your support and the beers Rodrigo :)
@manuelserrano2511
@manuelserrano2511 5 жыл бұрын
Really really thanks for this that's what i needed for my 1st job now while im on "practice contract" love ya
@academind
@academind 5 жыл бұрын
Thank you Manuel, happy to read that the video was helpful!
3 жыл бұрын
All the questions in my mind has been answered. Thanks a lot.
@chen20032
@chen20032 3 жыл бұрын
Great course, thank you Maximilian!
@muhammadzohaib663
@muhammadzohaib663 4 жыл бұрын
some options changed in ionic in 2020 but soooooo easy way to learn, thank you soooo much
@stanleykam6367
@stanleykam6367 4 жыл бұрын
Great explanation by breaking down the concept !
@victorenrique1019
@victorenrique1019 4 жыл бұрын
Awesome tutorial. Loved it!
@InsipidTawfiiq
@InsipidTawfiiq 3 жыл бұрын
Made my first Ionic app watching this video. Thanks 😁
@junelljacinto2309
@junelljacinto2309 5 жыл бұрын
I landed my 1st job by having your name indicated as my trainor in resume 😁
@academind
@academind 5 жыл бұрын
Wow, congratulations Junell, that's awesome!
@idlevandal69
@idlevandal69 5 жыл бұрын
That's awesome!!!!
@hazlotumismo1419
@hazlotumismo1419 5 жыл бұрын
That is a good point, more than 4 years wasted at the university... =(
@mashoodkiyani3992
@mashoodkiyani3992 5 жыл бұрын
@@hazlotumismo1419 hahaahh yes i can understand .....
@kim_nguyen_
@kim_nguyen_ 5 жыл бұрын
congrats dude!
@y.5107
@y.5107 5 жыл бұрын
I am half way through and it's really awesome. Weird to get taught by a German guy in English while I am german too :). I actually may end up buying the course but 35hours is a bit daunting. Btw: Really needed the 1.5 speed up so far. How can I see which courses are already covered by this preview on the actual acad site? Some courses are indicated with preview but it seems this video offers more material.
@user-gu5ts5nx8r
@user-gu5ts5nx8r 3 жыл бұрын
I really love the way you explain and split things into a simple and understandable pieces. Thank you so much.
@danielrocha5774
@danielrocha5774 5 жыл бұрын
You are the best Max!
@afolabiosinowo7474
@afolabiosinowo7474 5 жыл бұрын
Thanks for making the world a better place bro!
@Vietnamcamping89
@Vietnamcamping89 4 жыл бұрын
Very detail, and clear thank you :)
@moazelsawaf2000
@moazelsawaf2000 3 ай бұрын
Thank you so much, I have just learned Ionic and some Angular basics from you just as I have advanced my Flutter skills by your course! ❤❤ Great content as always, please keep it up 🙏🏻❤
@user-ci3bq8kp4m
@user-ci3bq8kp4m 4 жыл бұрын
Loves your hard work.. just started to watch ..
@ayshakhan3125
@ayshakhan3125 3 жыл бұрын
My last lecture was like adding methods on the alert function in class but you explained it much more nicely keep it up
@fulltimegamers
@fulltimegamers 5 жыл бұрын
If it's JavaScript related thing I know whose course to consider my all time favourite tutor max
@azeemsyed0
@azeemsyed0 4 жыл бұрын
Thanks for the tutorial!
@johngeronimo8821
@johngeronimo8821 3 жыл бұрын
Hi in 3:17:20 I guess I have a problem. The deletion of Recipe Item is functional in Recipe-Detail but the the Recipe Item that I deleted is still exists in Recipe.ts (The List of Recipes).
@jean-marcspat5126
@jean-marcspat5126 4 жыл бұрын
Your course was wonderful for me. I learnt a lot and have many new ideas. Thank you very much for your time and to put this free!
@academind
@academind 4 жыл бұрын
Glad it was helpful!
@saminserge2674
@saminserge2674 Жыл бұрын
Many thanks, dear, this beginner course is very amazing!
@vikasnigam9646
@vikasnigam9646 2 жыл бұрын
Simply Awesome.. You are really so good in knowledge and the way you teach is unparallel
@albertoarielarce2982
@albertoarielarce2982 2 жыл бұрын
Thank a lot Max!
@umaima749zulfiqar6
@umaima749zulfiqar6 3 жыл бұрын
thank you for creating such a great course
@sugandhasingh8752
@sugandhasingh8752 3 жыл бұрын
Very precise and good content.. thanks man❤️
@user-pf6jw1ny6k
@user-pf6jw1ny6k 4 жыл бұрын
thank you , very good tutorials. Did you prefer flutter or ionic for a native android / ios developer?
@danielruiz2679
@danielruiz2679 3 жыл бұрын
I have no idea of angular and with this tutorial I have learned a lot of it (also of Ionic of course)
@buggycoder7900
@buggycoder7900 4 жыл бұрын
You and Mosh are real gem!! Ty for this crash course.
@academind
@academind 4 жыл бұрын
Thank YOU for your awesome feedback!
@md.akib5124
@md.akib5124 5 жыл бұрын
1:40 who am i?!!! ... oww really!! c'mon we all know that.. you are king of the kings in the realm of web development. A master, a high level guru, a super expert of mobile apps development (be that hybrid, native), data science and many other things. Words can't express the gratitude the community has for you. You put a huge contribution for us. The more i watch your video the more i realize that knowing you is also like swimming in the endless study of programming field
@academind
@academind 5 жыл бұрын
I have no words for such kind words, seriously. Reading this honestly means a lot to me and I'm really thankful for the support from you and the others here on the channel and on Udemy :)
@TheAlasunna99
@TheAlasunna99 3 жыл бұрын
6
@TheAlasunna99
@TheAlasunna99 3 жыл бұрын
T
@TheAlasunna99
@TheAlasunna99 3 жыл бұрын
7þ7
@TheAlasunna99
@TheAlasunna99 3 жыл бұрын
Þþ7
@shaikshavalisyed2012
@shaikshavalisyed2012 3 жыл бұрын
Excellent explanation. Thanks a lot.
@ruznyahamed874
@ruznyahamed874 5 жыл бұрын
Wooow really nice to have it thanks Max! We ever support you
@academind
@academind 5 жыл бұрын
Thanks a million for your support Ruzny!
@yamansehzade7711
@yamansehzade7711 5 жыл бұрын
thanks max !
@Lexnem515
@Lexnem515 5 жыл бұрын
great tutorial!
@moegreen8543
@moegreen8543 4 жыл бұрын
Max is Number One for me! )
@IldarIsm
@IldarIsm 5 жыл бұрын
Maximilian is a very positive man.
@dertuman
@dertuman 3 жыл бұрын
I was getting an error with the routing using the syntax provided in the video, here's how I fixed it. const routes: Routes = [ { path: '', redirectTo: 'recipes', pathMatch: 'full' }, { path: 'recipes', loadChildren: () => import('./recipes/recipes.module').then( m => m.RecipesPageModule), }, { path: 'recipes/:recipeId', loadChildren: () => import('./recipes/recipe-detail/recipe-detail.module').then( m => m.RecipeDetailPageModule) } ]; Thanks for yet another great tutorial!
@puneettripathi8418
@puneettripathi8418 5 жыл бұрын
you can click on the more button in chrome developer tools on the mobile toggled screen and select show device frame, it will also give you a full iPhone look with its body frame. It seriously looks dope, you should try it
@vjeraturk
@vjeraturk 3 жыл бұрын
1:16:05 Useful tip for getting auto-completion back ( in this case turning link in self-closing tag)
@nipunvats4536
@nipunvats4536 5 жыл бұрын
sir i don't understand why your have less subscribers, you deserve more. Thank you so much for such a great video
@academind
@academind 4 жыл бұрын
More would always be better Nipun but we are so happy with the support we get from you and many others already, thank you :)
@ozanyaravindranathan2726
@ozanyaravindranathan2726 3 жыл бұрын
Thank you so much, sir I don't have any knowledge of Ionic and I don't have any idea about it But you explain it very clearly and I understood and all your steps are very clear
@alexandramakarova4943
@alexandramakarova4943 4 жыл бұрын
Thank you so much for your effort! I've already bought your course and it's great!
@academind
@academind 4 жыл бұрын
Awesome, thank you!
@aayo_gorkhali
@aayo_gorkhali 2 жыл бұрын
alexandra maxi is looking for a bride!!
@thehimalayasingh
@thehimalayasingh 3 жыл бұрын
Excellent crash course 👌👌 Max is a great instructor, he is my personal favorite for technical courses, his Angular course on Udemy is awesome..
@elhadjibrahimabalde1234
@elhadjibrahimabalde1234 4 жыл бұрын
way, very nice introduction. thank you very mutsh
@ShuToshio
@ShuToshio 4 жыл бұрын
1:33:45 wasn't able to get the text to be aligned using this method, but I used class="ionic-text-end" and class="ionic-margin-vertical" and it worked. There's no more ion-alert-controller in the docs.
@TheArtofCodeIsCool
@TheArtofCodeIsCool 4 жыл бұрын
I had to add class='ion-text-end ion-margin-vertical' NOT ionic-text-end etc.
@adityajain5135
@adityajain5135 4 жыл бұрын
This is Gold. Keep doing awesome work.👍👍
@academind
@academind 4 жыл бұрын
Thank you so much 😀
@FlorianLagg
@FlorianLagg 4 жыл бұрын
It really boosted understanding to see Ionic without using Angular, great approach!
@academind
@academind 4 жыл бұрын
Great to hear!
@mario33067
@mario33067 5 жыл бұрын
Very useful guide!!!
@NotASpyReally
@NotASpyReally 4 жыл бұрын
This is power in video format. I love this.
@darshankoshiya1835
@darshankoshiya1835 5 жыл бұрын
You are the BEST instructor on this Earth....
@academind
@academind 5 жыл бұрын
Wow, thanks a million for your wonderful feedback, this honestly means a lot to me!
@djjavvystark5470
@djjavvystark5470 3 жыл бұрын
Thank you so much, you are the best.
@oshancc
@oshancc 3 жыл бұрын
This is great . Thank you sir
@carlosgaleanohn
@carlosgaleanohn 5 жыл бұрын
Just amazing I will buy the course! TY
@academind
@academind 5 жыл бұрын
Thanks a lot for your support Carlos, I hope that you will also like the full course :)
@ijasdeen3809
@ijasdeen3809 5 жыл бұрын
May god give you very very long life
@Frank2tek
@Frank2tek 5 жыл бұрын
He is the best teacher of the World . He really has an Academind :-)
@academind
@academind 5 жыл бұрын
Haha, thanks! I have the best viewers, too :-)
@abdulnafay72
@abdulnafay72 2 жыл бұрын
Omg dude the recipe, recipe, recipe, recipes goes over head.
@shirinehadi4422
@shirinehadi4422 2 жыл бұрын
Thank you so much!!!
@aabid3375
@aabid3375 4 жыл бұрын
Well i took two of your courses on udemy and they were seriously amazing....keep up these kind of work...may God give you better health and peaceful life :)
@academind
@academind 4 жыл бұрын
Wow, thank you very very much for this wonderful feedback Abidul!
@shakyaashim306
@shakyaashim306 4 жыл бұрын
I followed everything step by step, however, when i run the app on XCode my app shows a blank white screen. How do i debug/resolve this ?
@user-uz7tr4mc7v
@user-uz7tr4mc7v 4 жыл бұрын
Great video! Just not enough list with timelines like a "5:18 - Ionic Platform" in the description. It will be very convenient for people who are only interested in the theme of ionic application styling. I hope the author listens to advice.
@speedrouter9
@speedrouter9 5 жыл бұрын
thanks a lot!!
@raitasorin
@raitasorin 3 жыл бұрын
I love it bro well done ya da best on Planet
@acuteclub7381
@acuteclub7381 4 жыл бұрын
U r God dammed amazing. . . I’m a true fan. .. keep up the good work
@dimitriyameogo5303
@dimitriyameogo5303 5 жыл бұрын
great.thanks a lot
@mdjasim3722
@mdjasim3722 5 жыл бұрын
I purchased your angular, reactjs, nodejs You are my one of the favorite tutor in my whole life, Thanks Max from 🇮🇳
@academind
@academind 5 жыл бұрын
I really want to thank you for your amazing support here and on Udemy, greetings from Germany :)
@cristinapase
@cristinapase 4 жыл бұрын
Great tutorial, thank you!
@academind
@academind 4 жыл бұрын
Happy to read that Cristina, thank you!
@minimalistdeveloper
@minimalistdeveloper 3 жыл бұрын
Today I completed after starting this course 5 days back and just now bought the course. Three tips for someone starting today: 1. use ionViewWillEnter lifecycle event to load filtered recipes when you are deleting a recipe 2. With ionic 5, starter template is changed a bit in the modules part. So, configure these new route modules instead of the app routing module and everything will still work same. 3. If you are unable to see edit configurations, in the android studio after launching it, then remove Android and www folders and remove the ionic.config.json and capacitor.config.json. Then restart these steps again (ng build, capacitor copy, capacitor run).
@make-a-game-com
@make-a-game-com 4 жыл бұрын
Thanks a lot!!
@sushilsunuwar1807
@sushilsunuwar1807 5 жыл бұрын
Can you please make a video on how to ng-package ionic 4 app specific module and create a library in umd format? I want to host this umd in server, so that I can dynamically load these modules in client ionic app.
@edidiongudo436
@edidiongudo436 4 жыл бұрын
Thanks so much great tutor
@longsokleang1578
@longsokleang1578 5 жыл бұрын
Great done video, I learned a lot from this video. Thanks
@academind
@academind 5 жыл бұрын
Thank you :)
@abhishektailor8401
@abhishektailor8401 5 жыл бұрын
Please can you explain that how to show an app chooser in ionic 4?
@mihaipupaza6006
@mihaipupaza6006 5 жыл бұрын
Nice Course!!
@sukruberkay4924
@sukruberkay4924 5 жыл бұрын
any mention about android studio and gradle ?
@BitchBros
@BitchBros 4 жыл бұрын
How could I validate email adresses using this form example? Could anyone please help?
@4wobi
@4wobi 3 жыл бұрын
This content is so good!
@assanesambagueye4132
@assanesambagueye4132 3 жыл бұрын
Thank you!!
@johannesschnapp3414
@johannesschnapp3414 4 жыл бұрын
Really Great Job! Thank you! Directly bought your Udemy Course!
@academind
@academind 4 жыл бұрын
Wow, thanks a lot for your awesome feedback and support Johannes, great to have you on board of the course!
@Sznur69
@Sznur69 3 жыл бұрын
Great tutorial. Is it possible to make multiple page routing in vanilla Ionic? Could you point me to a working example?
@brianjacob8728
@brianjacob8728 3 жыл бұрын
Max, I enrolled in your full-blown Ionic-Angular course and got a lot out of it. I'm thinking of converting one of our AngularJS apps to Ionic, but I had a few questions I'm hoping you could answer before I take the plunge. 1) Are you able to develop Ionic/Angular apps in Visual Studio 2019? My shop already uses this platform and I'd prefer to not introduce the VS Code platform unless it is required/really highly suggested. Assuming VS2019 is possible, what niceties from VSC would I be giving up? 2) Our back-end is written in C#.NET using SQL Server 2016 and I have to continue using these. Therefore, I'd like to keep the back-end code changes to a minimum while still being able to implement the Ionic/Angular/TS changes on the front-end. What are your recommendations here? Again, really loved your course (I also went through your TypeScript course, as well) and really enjoyed your teaching style.
@parrou3
@parrou3 5 жыл бұрын
very excited to take this course, Angular will make his Remontada , thanks to Angular Ivy expected next quarter Angular apps will be faster and smaller
@yahyeabdirashid9716
@yahyeabdirashid9716 3 жыл бұрын
my hero LOVE YOU BROTHER THANKS ALOT
@avinashtester8868
@avinashtester8868 5 жыл бұрын
Nice Explanation! Keep making new videos and help peoples...
I built the same app 10 times // Which JS Framework is best?
21:58
Fireship
Рет қаралды 2,5 МЛН
МАМА И STANDOFF 2 😳 !FAKE GUN! #shorts
00:34
INNA SERG
Рет қаралды 3,7 МЛН
Универ. 13 лет спустя - ВСЕ СЕРИИ ПОДРЯД
9:07:11
Комедии 2023
Рет қаралды 6 МЛН
Gradle tutorial for complete beginners
24:48
Tom Gregory Tech
Рет қаралды 205 М.
You don't need a frontend framework
15:45
Andrew Schmelyun
Рет қаралды 107 М.
Ionic 4: Should you Build a Hybrid App?
10:35
Fireship
Рет қаралды 253 М.
Use JavaScript without writing JavaScript...
2:44
Academind
Рет қаралды 30 М.
Ionic + React - Tutorial for Beginners
3:07:14
Academind
Рет қаралды 192 М.
Docker Crash Course for Absolute Beginners [NEW]
1:07:39
TechWorld with Nana
Рет қаралды 1,5 МЛН
FastAPI, Flask or Django - Which Should You Use?
9:49
Tech With Tim
Рет қаралды 49 М.
You might not need useEffect() ...
21:45
Academind
Рет қаралды 152 М.
Angular Tutorial for Beginners: Learn Angular & TypeScript
2:02:42
Programming with Mosh
Рет қаралды 4,3 МЛН
100+ Web Development Things you Should Know
13:18
Fireship
Рет қаралды 1,4 МЛН
YOTAPHONE 2 - СПУСТЯ 10 ЛЕТ
15:13
ЗЕ МАККЕРС
Рет қаралды 103 М.
Asus  VivoBook Винда за 8 часов!
1:00
Sergey Delaisy
Рет қаралды 1,1 МЛН
ПОКУПКА ТЕЛЕФОНА С АВИТО?🤭
1:00
Корнеич
Рет қаралды 3,2 МЛН