For those who are wondering how to add space between the two buttons. Following is the solution: Update Thanks a lot @Sameer! Awesome video! Keep up the great work!
I watched this guide, but with newer version of Angular, but all of the differences we pretty easy to google. This course helped me a lot in my transition from back-end development into full stack development. Sameer, thank you very much for this course! I appreciate it, it gave me a good start and understanding how to develop projects with Angular front-end.
I followed this but with Angular 15. The changes made in Angular 15 meant I needed to do a little research but it didn't take long to figure out. I look forward to doing more of your tutorials. Thank you soooo much!
Great job explaining how all the components, services and pieces works together. I would like to see another video integrating login screens with authentications. Thanks!!!!
This is fantastic. I plan to use this as a starting point for my own project with AdventureWorks 2017 db and Entity Framework, where I can create sales orders.
Great tutorial covering working practical implementation. One thing I am trying to understand as I am new is - Why we choose MVC Controller here and not API Controller?
Wow! This was absolutely phenomenal - clear, thorough, perfect! The only thing I didn't see covered for this major chunk of critical technology was enabling CORS for a specific domain - and all covered in less than 2 hours! Also (a testament to the state of the technology), everything behaved exactly as described, with the exception that Angular didn't prompt me to enable routing when I created the project, but that turned out to be a minor, valuable exercise. Presumably the best tutorial I have ever encountered, and an exciting introduction to Angular. Thank you very much!!
Awesome! Could code along all the way and (as a c#' guy) got a better angular understanding, what was the point of doing this tutorial. Thank you very much!
Thank you! Tutorial is very good! But I would suggest to add name inside input tag after: [(ngModel)] because you can get an error like:"If ngModel is used within a form tag, either the name attribute must be set or the form control must be defined as 'standalone' in ngModelOptions.". It seems like some new thing, because it's been a year since you upload this tutorial.
You did it beautifully, this video tells your hold and strength in this field. I enjoyed it a lot. Thanks for uploading it.. Keep up the such contents..
Nice tutorial, very professional. Unfortunatelly, I've met some critical errors with migration and cannot solve this with any of solution avaible on google, so I have to drop this. Hope that with next one I would be more lucky. Greetings
@@shannonrider593 Hi, that's nice idea. I've had problem with adding migrations, but I've solved it. I had message: "Add-migration Exception calling Start with 1'' argument(s the system cannot find the file specified)". And all solutions on google was about changing system enviroment variables etc., but that didn't work for me. What did work was globally update ef-tools in cli and throught cli adding migration and update database (with commands "dotnet ef migrations add name --project projectName" and "dotnet ef database updaet --project projectName"). Hope that would help someone
Very good sir, this course is not for absolute beginners, but for someone with basic knowledge it is truly a treasure. Very brief explanations but straight to the point.
OMG , this is the one video i can follow till end. Before that i already failed around 8 time by follow other videos.😭 I think we have to follow the version same with us no matter visual studio or node npm angular version.
After watching half of the course, I immediately bought the Udemy full course! Thank you very much man you're great. Keep creating content you're making the world better.
Its the best video I had found! Btw, Im very curious about what theme that you use to make variable's have diferent colors inside " " in html (like 01:33:00 in routerlink ). Any one know?
For those who are wondering how to add space between the two buttons.
Following is the solution:
Update
Thanks a lot @Sameer! Awesome video!
Keep up the great work!
Thank you!
No body will never make this so short and clear. Really enjoyed your video dude. Keep up the good work!
Cheers mate
I watched this guide, but with newer version of Angular, but all of the differences we pretty easy to google. This course helped me a lot in my transition from back-end development into full stack development. Sameer, thank you very much for this course! I appreciate it, it gave me a good start and understanding how to develop projects with Angular front-end.
Thank you. Studying for a new job after not using Angular in a couple of years. Great refresher.
I followed this but with Angular 15. The changes made in Angular 15 meant I needed to do a little research but it didn't take long to figure out. I look forward to doing more of your tutorials. Thank you soooo much!
I work with Angular 15 as well but I have got "cannot get / in angular 15" on 1:05:00 :(
@@kamilnejman2683 have you fixed your issue?
Perfect. This single video taught me whole angular. Thank you sir!!.
Great job explaining how all the components, services and pieces works together. I would like to see another video integrating login screens with authentications. Thanks!!!!
sir....its was great project...i have completed my project by you.....thank you sir...
Super amazing video , I watched till end and created same application parallelly. Very beautifully and simply explained. Thanks very much.
This is fantastic. I plan to use this as a starting point for my own project with AdventureWorks 2017 db and Entity Framework, where I can create sales orders.
thank you for taking your time to help us, i actually learned angular while coding with you which i didn't had to, but the explanation was so good
As a beginner it helped me a lot, Thanks.
Great tutorial, as usual, Sameer. Worked like a charm from the start to the end with 0 errors with Angular 14.
Great tutorial covering working practical implementation.
One thing I am trying to understand as I am new is - Why we choose MVC Controller here and not API Controller?
Wow! This was absolutely phenomenal - clear, thorough, perfect! The only thing I didn't see covered for this major chunk of critical technology was enabling CORS for a specific domain - and all covered in less than 2 hours! Also (a testament to the state of the technology), everything behaved exactly as described, with the exception that Angular didn't prompt me to enable routing when I created the project, but that turned out to be a minor, valuable exercise.
Presumably the best tutorial I have ever encountered, and an exciting introduction to Angular. Thank you very much!!
Thanks Andrew
I just finished this course. And this is some phenomenal staff. So good, thank you good sir... you have natural ability to tech thanks again ❤❤
Sameer you did great job! Excellent explaination 100/100.
Thanks Abhishek
Amazing tutorial!!!Thank you
Wow, thanks for this tutorial. After following this video for almost 4 hours, finally I was able to complete this project. Feeling awesome.
Wonderful tutorial!! I learned a lot following the implementation of this application!! Thanks a lot!!
Good video for full stack developers.
.
Can you create a video for authentication and authorisation in weapi core with angular
This tutorial was really helpful !!!! Thanks a lot !!!
Glad it helped!
Awesome! Could code along all the way and (as a c#' guy) got a better angular understanding, what was the point of doing this tutorial.
Thank you very much!
Great. Keep up your style of teaching.
Great Tutorial !!! Thank you very much.
Amazing tutorial, short and concise... It really helped me alot... Kudos to you 😇
Excellent tutorial. I needed this badly. Creating a Visual Studio Project with Angular never worked for me so thank you very much.
such great video, I never watch before. Thank you sir
Great content! Thank you very much for this!
Many many thanks Sir! Very good explanation!
great job !!! god Bless you !
This was brilliant. thank you so much!
Very useful Thanks.
Thank you! Tutorial is very good! But I would suggest to add name inside input tag after: [(ngModel)] because you can get an error like:"If ngModel is used within a form tag, either the name attribute must be set or the form control must be defined as 'standalone' in ngModelOptions.". It seems like some new thing, because it's been a year since you upload this tutorial.
Thanks for the excellent tutorial. Keep up the good work!
Awesome tutorial, just one thing missing is the confirmation dialogue box before deleting but it can be taken as home work. 👍
Thank you for the wonderfull course...l have learnt alot from this...,
Really Informative. Thank you!!
This tutorial is so good!! Thank you Sameer!
You did it beautifully, this video tells your hold and strength in this field. I enjoyed it a lot. Thanks for uploading it.. Keep up the such contents..
Nice and clean Subscribed brother.
Sir Your Tutorials are getting me right. You are the best
Glad to hear that
Thank you very much sir,...you helped me lot.
Nice tutorial, very professional. Unfortunatelly, I've met some critical errors with migration and cannot solve this with any of solution avaible on google, so I have to drop this. Hope that with next one I would be more lucky. Greetings
Hi Kamil, Share your errors here, someone might be able to assist you with it!!
Can you share your error?
@@shannonrider593 Hi, that's nice idea. I've had problem with adding migrations, but I've solved it. I had message: "Add-migration Exception calling Start with 1'' argument(s the system cannot find the file specified)". And all solutions on google was about changing system enviroment variables etc., but that didn't work for me. What did work was globally update ef-tools in cli and throught cli adding migration and update database (with commands "dotnet ef migrations add name --project projectName" and "dotnet ef database updaet --project projectName"). Hope that would help someone
amazing tutorial . Its very clean to watch
this tutorial was very useful Sameer!, i wanted to learn more so i bought your udemy courses today. thank you
This video was very good. Thank you sir.
Thanks sameer, Do you have any video with Angular Unit Testing with same Crud operation
Amazing tutorial!
Great Tutorial
Thanks 👍👍
Great job sir! What if we use DB first approach and scaffold to get the models and DbContext? any cons?
There is no cons at all, you have all the freedom to create the database or the code first, both works perfectly
Thanks :)
Thank you sir! please don't stop to prepare useful resources like this.
wow thank you Sameer Saini
Sameer Sir, this is an excellent tutorial.
Very good sir, this course is not for absolute beginners, but for someone with basic knowledge it is truly a treasure. Very brief explanations but straight to the point.
Thank you so much for your amazing video❤❤❤
Thanks for the excellent tutorial. It's crisp and clear. You are the rockstar🥳
great tutorial
That was an amazing tutorial. The explanations were on point and easy to grasp, that's definitely a 5⭐
Wow. It is really nice tutorial. I used oracle as a database.
Very nice!
My college teachers never explained like this , Thank you ❤👌
This was awesome thank you
OMG , this is the one video i can follow till end.
Before that i already failed around 8 time by follow other videos.😭
I think we have to follow the version same with us no matter visual studio or node npm angular version.
Great Job Dude... Your Tutorial is easy to understand and amazing😃
Thanks :) Appreciate your feedback.
Very Nice tutorial! really good.
this was a great tutorial!! :) thanks for making it easy to follow and concise!
Very nice tutorial
Thank you very much Sameer
I appreciate your video!
well done
Great tutorial. The only thing I would add is compiling the two projects into a single solution.
thank you very much!!!
Awesome!
Thank you
You're welcome
Excellent friend, I was able to do it without problems, it would be great if you do it with DTO and Repository patterns, thanks :D
Very helpful tutorial 5/5
Muchas gracias.
Muchas gracias por el tutorial, me sirvió mucho. :) Thank you!
Thank you Guru ji. Your tutorials is really helpful and easy to understand very quicky...
Thanks I learn a lot
amazing, How can I build both angular ui and web api in same solution and publish to azure?
Nice tutorial! One question: Why you choose MVC controller, when you can take API controllers? There are some reasons here?
Sir, thank you so much for this amazing tutorial. Very deep explanation !!! Just Love it
thnaks and how could do the filter/search bar, and get edit hystory?
very nice🙂
100 % Perfect 👍
Amazing !!! it helped me a lot... Muito Obrigado
Thanks .
Thank you❤️
Thanks
Thank you so much
Can you post some inline editing tutorials for Datagrid? Fantastic job on all videos!
Thanks, will do
Hi Sameer!, Could you make a project using google maps? pls
So which one is better to use in new projects React or Angular?
After watching half of the course, I immediately bought the Udemy full course!
Thank you very much man you're great.
Keep creating content you're making the world better.
I recall 1st time that I did with Angular 2. Now it is 14....
Yea, changes every 6 months,
Thanks a lot
can u do vedio on how to perform crud operation with .net core with angular(preview) template?
nice tutorial :')
Its the best video I had found!
Btw, Im very curious about what theme that you use to make variable's have diferent colors inside " " in html (like 01:33:00 in routerlink ). Any one know?