A very nice sample application. I typed all of this and it took me awhile, but I learned many concepts and it helped me a lot in my understanding of Angular 7.
Very Help full, clear and working code. Some changes required in HTML may be due to Angular Version not known, in HTML services directly used but private component cant use in html hence some minor changes in coding this work fine and clear my all droughts for Master Details Data saving. VERY WORTH FULL TO INVEST TIME.
Congratulations on your channel and the material available here. His tutorials are very well detailed, and for me that I'm starting up in the web dev helps me a lot. ( Translated with google translate).
Hi, your tutorials are amazing. Its self explanatory and maybe targeted for the intermediate developers. I just have one request , please mention why you are adding things just a little explanation along with your content. Like today while following it, I couldnt understand children path. Just a request. I am absolute beginner and decided to learn it while i code and then note down the topics and key features to read abou them later. But anyway its really helpful. Just please add little more details.
Awesome bro.. I am a new to Angular your tutorial is very easy for me to learn.. Thank you for this great tutorial. I want to learn even more. Kindly make a shopping cart project for more useful and we learn more even more. thank you once again.
i has problems with ngForm in angular 8 i import import {FormsModule} from '@angular/forms'; already but still error help me please compiler.js:2175 Uncaught Error: Template parse errors: Unexpected closing tag "div". It may happen when the tag has already been closed by another tag. For more info see www.w3.org/TR/html5/syntax.html#closing-elements-that-have-implied-end-tags ("rmData.CustomerID" class="form-control"> -select- [ERROR ->]
Dear Sir, your video is good. appreciate if you could create a series of video of angular with nativescript by using code sharing. This could benefits to many of people looking for this.
Your videos are very instructive and right to the point of what I was looking for. Can you make a video showing how to adapt any of these (WebAPI/Angular/JWT/Identity Core) to use SQL stored procedures?
Thanks for your wonderful feedback. here is our video demonstrating CRUD operations with ASP.NET Core Web API and Angular 7 : goo.gl/ijPZQk I have already made 3 videos regarding user registration, authentication and authorization in ASP.NET Core Web API and Angular 7 with Identity Core and JWT. 1. goo.gl/RZ33mk (User Registration) 2. goo.gl/3DefLb (JWT Authentication with identity core) 3. bit.ly/2GmF7dx (authorization with identity role) But all of the above are using Code First Approach. By combining all of these video projects, you can create a complete Master-Detail Operation with JWT authentication like this video. let me know if you have any issue while implementing the system.
Thank you for the response. i am still working through the Master/Detail tutorial (another great one) but checked the one you reference in your response. i don't see where the API uses SQL stored procedures (which is what I'm looking for). maybe i'm missing something....
I was wondering if you could make a video or point me to a reference that explains how to debug typescript in visual studio code using sourceMaps. Thanks !
Completely new to Angular and learning it by watching your videos, great technique of explanation. Can you provide quick demo of crud operations in bootstrap and angular(using single component) similar to your complete angular material tutorial. Thanks..
Hello I am having some difficulties with creating the order form. When I compile im getting these two errors: Property 'service' is private and only accessible within class 'OrderComponent'. & Can't bind to 'ngMode' since it isn't a known property of 'select'. If i could get some assistance with what the issues could be it would be greatly appreciated
good afternoon, why do I get error it is at 48:05 minute, it does not appear on the screen, it refers to a private member of the component (undefined), now perform all the steps
I caught in problem while create a form of order.component.html where error is #form="ngForm" doesn't exist or no directive found. please give me a hint why i am getting such error
good day sir, i followed your great video, but at 47:10 we have different output, mine has lost all the entry field only shows the heading but when I tried to delete this portion of code "*ngIf="service.formData" at order.component.html file, it shows all entry field but no value for the "Order No." , please let me know where I made the mistake. Thanks in advance..
Hi Sir, thanks for this great tutorial. I used it successfully. It works perfectly by ng serve. But having one issue, I want to use it on production. So I used ng build prod. Bundles file generated but when I used index.html file, getting empty page. May be some path issue. Please help me.
Hello CodAffection, there is a problem on update one existing order, when I try to insert many new orderitems, because all of them has no unique id. If anyone knows how to overstep this error please reply. Thank you!
Hello there, Thank you for these beautiful training videos you have created. I follow you with pleasure. Which program do you use when preparing these training videos? Thank you Birgul Kantarci
hi i got stuck while doing this project, when i click Add item button, OrderItemscomponent opens in popup but it disappears immediately, i noticed url changing when button is clicked it goes from localhost/4200/order to localhost/4200 and then page refreshes, url changes to localhost/4200/order again and pop up disappears. no error in console. please help asap
Can asp.net core web api give the same above result of master detail MVC asp.net? i can see table relationship is migrated to the generated model in master details but in core model was simple has variable types and validation only as per videos
Bro your tutorial is very good. But I think it's better you can create a complete tutorial from scratch like Angular, .Net etc the way you have explained is very good and different from other but experience developer can easy understand but in case fresher or Ameture developer didn't. So I think it's better if you want more subscribe then create tutorial from scratch and see the response.
@inject(MAT_DIALOG_DATA) public data, it gives an error like inject() must be called from an injection context at injectInjectorOnly (core.js:1188) at inject (core.js:1199) at orderitem.component.ts:21
good day sir pls i followed ur tutorial on Angular 5 User Registration With Web API Using Asp.Net Identity. i am done i want to publish my project online how do i go about it
helloo codAffection, thanks alot for the tutorial, i've been following the step from ur video, but i have problem when using the material angular popup dialog, when we click additem, the dialog appear and just a second the dialog close again, i try so many time but still the same, can u tell me what's the problem ?
we are getting below error after installing BrowserAnimationsModule and MatDialogModule. ERROR in node_modules/@angular/cdk/a11y/focus-trap/focus-trap.d.ts(29,9): error TS1086: An accessor cannot be declared in an ambient context. node_modules/@angular/cdk/a11y/focus-trap/focus-trap.d.ts(30,9): error TS1086: An accessor cannot be declared in an ambient context. node_modules/@angular/cdk/a11y/focus-trap/focus-trap.d.ts(128,9): error TS1086: An accessor cannot be declared in an ambient context.
Hi, Could you please let me know what will be the value of "service.formdata.orderId" on the initial adding of items from the popup. I believe, we are not assigning any value to order id. On additon of new item from the pop-up, I am able to get every property of OrderItem entity except OrderItemId and Order Id. Please help.
goo.gl/bPcyXW : Buy me a Coffee
goo.gl/ZjZBiY : Part 2 of this.
bit.ly/3QiQOYw : CRUD Operations (Angular & .Net Core API)
bit.ly/3zktP96 : Login, User Registration, Authorization, etc (Angular & .Net Core API)
bit.ly/47yygKq : (Angular & .Net Core API) More Videos
bit.ly/4fSmgXP : React & .Net Core API Videos
Can the DB be MongoDB? If so will you be able to make a tutorial using MongoDB? Thank you for all your work.
Sir I'm stuck when I'm connecting my database it's not reflecting any data to the application what should I do for that ...plsss help me ...
@@ashutoshtiwari1997 please check the connection string.
Please paste me list of foods and prices ,in video tutorial 12:06 minutes
I have watched few videos about Angular. I think this is by far the best of them all.
Thanks for you kind words.
A very nice sample application. I typed all of this and it took me awhile, but I learned many concepts and it helped me a lot in my understanding of Angular 7.
thanks for your wonderful feedback.
Great knowledge sharing channel.
Very Help full, clear and working code. Some changes required in HTML may be due to Angular Version not known, in HTML services directly used but private component cant use in html hence some minor changes in coding this work fine and clear my all droughts for Master Details Data saving. VERY WORTH FULL TO INVEST TIME.
Thanks for your wonderful feedback.
Bohat ala!! excellent video, bit hard for me for the moment, but I'm sure will cover soon when watch it again
It was too good to understand and follow your video. I made a project with u your help. thankyou
glad to know that. happy coding.
Hello totally love your series please make a video of akita state management in angular 7 together with material design....be blessed
Superb!! Loved the first part. Now moving towards the second part. Subscribed!!!!
thank you found this angular web api tutorial helpful.
Very nice and informative video
Glad to such good comments.
Nice explanations and easy to understand.
excellent ! I like your teaching very much I hope you will reach your deserved-popularity.
Thank you!
Thanks man I really appreciate your tutorials ! Go ahead man
Excellent video!!!! thank you for
very clear explanation!
Thanx for your videos job well done
Thank you for helping me better understand Api in conjunction with angular!! verry so good
glad you found the video helpful.
Thank you so much! Great work!
Congratulations on your channel and the material available here. His tutorials are very well detailed, and for me that I'm starting up in the web dev helps me a lot. (
Translated with google translate).
Glad you found the video helpful.
@@CodAffection how much angular should I know for this project
I love you dude! Brilliant video!
Glad you enjoyed it! Let me know if you've any video suggestion.
Thank you very much! Great videos
Hi, your tutorials are amazing. Its self explanatory and maybe targeted for the intermediate developers. I just have one request , please mention why you are adding things just a little explanation along with your content. Like today while following it, I couldnt understand children path. Just a request. I am absolute beginner and decided to learn it while i code and then note down the topics and key features to read abou them later. But anyway its really helpful. Just please add little more details.
Excellent video !!!
You are simply awesome
impressive demo
Better than Blazor, Great tutorial
Thank you, is very helpful..
Great video!
Long form videos are good :)
Keep it up :D
thanks for your wonderful feedback.
@@CodAffection no problem! thanks for the reply :D
Awesome bro.. I am a new to Angular your tutorial is very easy for me to learn.. Thank you for this great tutorial. I want to learn even more. Kindly make a shopping cart project for more useful and we learn more even more. thank you once again.
Thanks for your wonderful feedback !. glad you found this tutorial helpful.
A hot cup of Coffee coming your way, Sir!
thanks for the support.
Great videos, great explanations, Thanks a lot much appreciated !
Kindly Make video of how to integrate SMS and email API for Customer transaction or altert In angular 7 with firebase dabase.
i has problems with ngForm in angular 8 i import import {FormsModule} from '@angular/forms'; already but still error help me please
compiler.js:2175 Uncaught Error: Template parse errors:
Unexpected closing tag "div". It may happen when the tag has already been closed by another tag. For more info see www.w3.org/TR/html5/syntax.html#closing-elements-that-have-implied-end-tags ("rmData.CustomerID" class="form-control">
-select-
[ERROR ->]
Just great job! Very helpful.
Friends
season... ( haha , nice)
Thank you for great turorials .
Glad you found this helpful.
love you, great Job.. Thank you sooooo much
Checkout this javascript tricky questions:-
www.designmycodes.com/javascript/javascript-tricky.html
Excellent! Thank you so much!
you are welcome.
Hello I managed to do it by following the videos, but it worked with NGModel, some example to do it with reactive forms.
thank you!
Dear Sir, your video is good. appreciate if you could create a series of video of angular with nativescript by using code sharing. This could benefits to many of people looking for this.
thanks for the wonderful feedback. happy coding.
Your videos are very instructive and right to the point of what I was looking for. Can you make a video showing how to adapt any of these (WebAPI/Angular/JWT/Identity Core) to use SQL stored procedures?
Thanks for your wonderful feedback.
here is our video demonstrating CRUD operations
with ASP.NET Core Web API and Angular 7 : goo.gl/ijPZQk
I have already made 3 videos regarding user registration, authentication and authorization in ASP.NET Core Web API and Angular 7 with Identity Core and JWT.
1. goo.gl/RZ33mk (User Registration)
2. goo.gl/3DefLb (JWT Authentication with identity core)
3. bit.ly/2GmF7dx (authorization with identity role)
But all of the above are using Code First Approach. By combining all of these video projects, you can create a complete Master-Detail Operation with JWT authentication like this video.
let me know if you have any issue while implementing the system.
Thank you for the response. i am still working through the Master/Detail tutorial (another great one) but checked the one you reference in your response. i don't see where the API uses SQL stored procedures (which is what I'm looking for). maybe i'm missing something....
excellent video thanks sir.
tks!! for help me !! this tutorial is very good... Gracias...
glad you found the video helpful. Bienvenido
I was wondering if you could make a video or point me to a reference that explains how to debug typescript in visual studio code using sourceMaps. Thanks !
Thanks
Completely new to Angular and learning it by watching your videos, great technique of explanation.
Can you provide quick demo of crud operations in bootstrap and angular(using single component) similar to your complete angular material tutorial.
Thanks..
thanks for your wonderful feedback.
glad you found the video helpful.
nice, thanks
very nice Tutorial, Thank you!
Thank you for the wonderful feedback!
thanks for your videos. it is very help full. pls do a video of angular and dot net core api and master detail table sql server
sure.
Thank you, excelent video!
Nice explaination dude
Hello I am having some difficulties with creating the order form. When I compile im getting these two errors:
Property 'service' is private and only accessible within class 'OrderComponent'.
&
Can't bind to 'ngMode' since it isn't a known property of 'select'.
If i could get some assistance with what the issues could be it would be greatly appreciated
Good Tutorial
thanks for the comment, if you have any video suggestion let me know related to asp.net or angular,
good afternoon, why do I get error
it is at 48:05 minute, it does not appear on the screen, it refers to a private member of the component (undefined), now perform all the steps
same problem
Please do these projects in reactive forms
Good tutorial...…...
Hey, FormGroup object Is this suitable for the project?
Should we add Bootstrap JQuery in Angular 9?
Perfect
So good
my pleasure.
I caught in problem while create a form of order.component.html where error is #form="ngForm" doesn't exist or no directive found.
please give me a hint why i am getting such error
Nice video,this is useful for me.
I am new in asp.net mvc
I have downloded source code of restaurant app.But I could not run . Pls help me.
How to webapi and Angular7 Publish, and Hosting to server.
Can Upload Video.
Thanks a lot sir Bless🙏 🇮🇳
You are welcome :)
Thanks a lot
hi, just a question, how to make an angular sdk??
good day sir, i followed your great video, but at 47:10 we have different output, mine has lost all the entry field only shows the heading but when I tried to delete this portion of code "*ngIf="service.formData" at order.component.html file, it shows all entry field but no value for the "Order No." , please let me know where I made the mistake. Thanks in advance..
I have the same problem
Hi Sir, thanks for this great tutorial. I used it successfully. It works perfectly by ng serve. But having one issue, I want to use it on production. So I used ng build prod. Bundles file generated but when I used index.html file, getting empty page.
May be some path issue. Please help me.
Thanks so much!
Hi, how do you update the table with multiple food items, if I replace the drop down list as a table of checkboxes of food items?
Hello CodAffection, there is a problem on update one existing order, when I try to insert many new orderitems, because all of them has no unique id.
If anyone knows how to overstep this error please reply. Thank you!
മലയാളി!!!
Hello there,
Thank you for these beautiful training videos you have created. I follow you with pleasure. Which program do you use when preparing these training videos?
Thank you
Birgul Kantarci
Classes where not created inside the models can you please help me I did the same step what was there in video please help me
Thanks, a lot.
Glad you found the video helpful.
can I use Same UI for Java spring boot backend ?
perfect tetorial
Thanks
Need help in Angular 9 Ionic 5, not able to exit the app by clicking icon of Dashboard page. Can you help me.
hi i got stuck while doing this project, when i click Add item button, OrderItemscomponent opens in popup but it disappears immediately, i noticed url changing when button is clicked it goes from localhost/4200/order to localhost/4200 and then page refreshes, url changes to localhost/4200/order again and pop up disappears. no error in console. please help asap
Can asp.net core web api give the same above result of master detail MVC asp.net?
i can see table relationship is migrated to the generated model in master details but in core model was simple has variable types and validation only as per videos
Print setup? Payment receipt details concept miss..Nice info.
hi, thanks for the tutorial!!! i would like to know whats de version of your Visual Studio? community or professional? tks
Its a visual studio code not a visual studio professionalor community buddy😊
Bro your tutorial is very good. But I think it's better you can create a complete tutorial from scratch like Angular, .Net etc the way you have explained is very good and different from other but experience developer can easy understand but in case fresher or Ameture developer didn't. So I think it's better if you want more subscribe then create tutorial from scratch and see the response.
thanks for your wonderful feedback, I will look in to that in future.
Thank you....
you are welcome.
Hi Sir getting error like "the name is not defined" when used parsefloat or math or random words. Please help me
Why didn't use npm install for bootstrap, font-awesome? It's much easier as you think.
@inject(MAT_DIALOG_DATA) public data,
it gives an error like
inject() must be called from an injection context
at injectInjectorOnly (core.js:1188)
at inject (core.js:1199)
at orderitem.component.ts:21
good day sir pls i followed ur tutorial on Angular 5 User Registration With Web API Using Asp.Net Identity.
i am done i want to publish my project online how do i go about it
Hello again! If I don't want to repeat an item in the table, what is the procedure in that case?
sir i was try to build a project but i have one problem to detect order form is not showing in browser ? please help me
stunning video but sir little problem that when i edit record addOrEdit function get OrderID ''NULL'' thereby record not open in the dialog box.
hii, thanks alot for this video, can u make one using the PHP ?, that would be great
Hi @CodeAffection Can you plz make tutorial of EF Core with separate data access layer
Hello sir, how to implement required validation on customer dropdown list when "--Select Customer--" is selected by default using Bootstrap 3?
can u add a complete project made in angular and webapi it would be great help for me :)
thanks allot for the tutorial, but please can you make a tutorial like this on Asp.netzero
Thank you...very helpful...can you please guide us through breadcrumbs including in angular 7 applications
Glad you found the video helpful.
breadcrumbs?
helloo codAffection, thanks alot for the tutorial, i've been following the step from ur video, but i have problem when using the material angular popup dialog,
when we click additem, the dialog appear and just a second the dialog close again, i try so many time but still the same, can u tell me what's the problem ?
I have the same problem too,any help would be appreciated
Hi my friend .I found the problem.Remove href = "" from
Add Item
we are getting below error after installing BrowserAnimationsModule and MatDialogModule.
ERROR in node_modules/@angular/cdk/a11y/focus-trap/focus-trap.d.ts(29,9): error TS1086: An accessor cannot be declared in an ambient context.
node_modules/@angular/cdk/a11y/focus-trap/focus-trap.d.ts(30,9): error TS1086: An accessor cannot be declared in an ambient context.
node_modules/@angular/cdk/a11y/focus-trap/focus-trap.d.ts(128,9): error TS1086: An accessor cannot be declared in an ambient context.
When i press the add item button the dialog show but close after one second automatically, any solution on this? hope you can answer my question
Hi,
Could you please let me know what will be the value of "service.formdata.orderId" on the initial adding of items from the popup. I believe, we are not assigning any value to order id. On additon of new item from the pop-up, I am able to get every property of OrderItem entity except OrderItemId and Order Id. Please help.
I have the same quuestion... OrderId doesn't hace any value
I have the same problem please help