Thank you so much for this, you have managed to touch upon advanced Angular topics in a simple yet practical and effective manner.This is one of the most holistic tutorials on Angular and .NET.
I learned so much from this! even shortcuts and tricks to speed up development. This video is above anything else I've seen. Also excellent balance between getting to the point and explaining what things do
Great and very informative presentation. Your ability to present the project in an engaging and informative way is truly impressive. Keep up the excellent work!
Please, advice as I have been trying to run this project based on the Github repo and I am encountering issues with the “Error Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at localhost..... I tried other browsers, troubleshooting and changing the proxy setting and disable HTTPS mode, but no luck. The event behind Submit button is not triggering and also, I cannot try delete op. Any thoughts? Thanks
@@harun4918 I mean by saying NG generate Component you are asking angler to generate a component so instead he have to say NG generate module or ng m “module-name”
hi @codaffection. Can you create a live demo example with .netcore and angular 17, on - filtering search results of the product list page of an ecommerce application based on different parameters chosen by the user like, color, sleeve type, fitting-type, collar type, gender, brand[assume that we're browsing shirts available from any ecommerce website]. I'm talking about the drilldown filtering feature, you would frequently come across. Possible? Thx
Год назад
Hello, Is it complicated to predict the same video in .net8 and Angular17?
There should be server-side validation also; in case something goes wrong, as you have said, validation at the server could save us. I think I forgot the part. Thanks for the comment; I will consider the same in the next video.
I learned a lot from this tutorial Thank You . But can anyone help me as I didn't got the CORS error while calling the API and I haven't applied any CORS policy in dot net core API side . Pls let me know why is it so ..
Cannot find module 'src/environments/environment' or its corresponding type declarations. I am getting this error when tried to import environments in the service, Can someone help me here
I am receiving an error message on this line import { environment } from 'src/environments/environment'; Cannot find module or corresponding type declaration. I have checked to confirm the paths are correctly named, how do I fix this issue?
I'm having a problem when I try to execute the angular side of the project, it says "'app-payment-details' is not a known element" but it's declared on the app.module.ts file and I have made sure the name is copypasted.
If you are still having the problem, let me the following Which version of Angular are you using? Did you create the component using the Angular-CLI command?
@@CodAffection I'm not having that problem anymore, I solved it by removing the standalone by creating the project again since I'm working on angular 17. Right now I'm having another problem, which is that when I try to use the *ngFor, the web page won't render it and when I check on the navigator's errors, I get a "CORS unsuccessful, the same policy of origin doesn't allow the reading of remote resources on -url-."
@@victorlopezlozano3609 If you configured CORS exactly as I did, then the error will be related to CORS, Do run the web API using breakpoints to see the actual reason for error.
Getting the error like there was an error running the selected code generator: package restore failed. rolling back package change, Am using 5.0 framework, All packges of 5.0.2
I am stuck on the part of the post method, it does not seem to send. I am using Angular 17 and made the necessary adjustments but it doesn't seem to solve anything. I disabled server-side rendering and prerender to false for development to make it work, can anyone help on how I should implement the form submission with SSR and Prerender?
@@CodAffection there are no error messages but the url is redirected with the keys and values written in the url e.g. localhost::4411/cardOwnerName="testName"... BTW, thanks a lot, this was such a great introductory video and maybe jumping to SSR on a framework that is new to me is not very intuitive but it would be such a great help if you can help me solve this problem.
@@aurumen4706 thanks, could you run the web api within debug mode, and put break point in post web method. and then submit the anguler form, to see whether the request reaches the server side or not.
@@viralpatel5566 It won't be there in new Angular 18 version, all component act as stand alone component, whatever I have imported in app.module.ts file should be imported in components where it is actually needed. the video will be updated later.
Hi Everyone, I am a dotnet developer but due to loss of company suddenly I have loosed my job I am jobless now please help me if you have any requirements or idea for developer,
goo.gl/bPcyXW : Buy me a Coffee
bit.ly/3zktP96 : Login, User Registration, Authorization, etc (Angular & .Net Core API)
bit.ly/2z3P6RQ : Restaurant App, Master Detail CRUD (Angular & .Net Core API)
bit.ly/2lRCxWo : Inline Table CRUD (Angular & .Net Core API)
bit.ly/47yygKq : (Angular & .Net Core API) More Videos
bit.ly/4fSmgXP : React & .Net Core API Videos
Thank you for making this! As a front end engineer I am trying to learn back end out of necessity for my job and this helped
Dear Codaffection you are the source of most helpful code samples. Thank you.
Thanks for your kind words.
Thank you so much for this, you have managed to touch upon advanced Angular topics in a simple yet practical and effective manner.This is one of the most holistic tutorials on Angular and .NET.
I learned a lot in just 53 min of your video. You're an excellent teacher!!👏
I learned a lot in just 53 min of your video. You're an excellent teacher!!
Thanks for your wonderful feedback.
It's very clear and good to learn for a new comer. Thanks for sharing.
love to see Angular video on this channel
Very clean and detail. Thank you so much!
I learned so much from this!
even shortcuts and tricks to speed up development. This video is above anything else I've seen. Also excellent balance between getting to the point and explaining what things do
Thank you so much for wonderful feedback.
This is insane, learned a lot of things, thank you.
Thank you so much, that was a real deal, I try to learn more about Angular and to know more about back-end development..
you helped me a lot
Great and very informative presentation. Your ability to present the project in an engaging and informative way is truly impressive. Keep up the excellent work!
Thanks for your wonderful feedback.
Please, advice as I have been trying to run this project based on the Github repo and I am encountering issues with the “Error
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at localhost..... I tried other browsers, troubleshooting and changing the proxy setting and disable HTTPS mode, but no luck. The event behind Submit button is not triggering and also, I cannot try delete op. Any thoughts? Thanks
Great Job Shamseer, thank you!
this channel is very good and i learned lot from your channel.please keep up your good work
It's be cool to see auth included. Always seems so tricky to do it securely with a SPA.
Thank you so much man for this course you don't know how much you have helped me
great work sir .... thank you very much
Thank god for this video. Thank you.
Awesome...thanks for the video......very clear explanation
Awesome video sir, well executed in detail 🙏🙏
Great Man. Learnt so much from this tutorial. Thanks once again
Glad to hear.
Thank you very much for your videos.
Best Tutorial 👍👍
Thanks you so much! very clean and detail.
what font do you use in windows and visual studio?
This is excellent content. Thank you very much!
nice work my friend 🤟🤟I really appreciate your effort
thanks so much from egypt
You are welcome 🤗
this was excellent , helped me alot as a beginner
i ask , why when i generate using command "ng g c namecomponent" it's not create module file? do you know?
😂
its fun?@@AshishPettewar
Brother checke your angular version
In angular latest version don't have module file 😅
@@harun4918
I mean by saying NG generate Component you are asking angler to generate a component so instead he have to say NG generate module or ng m “module-name”
You are the best teacher I have ever met.😍
can you make a crud with modals in full calendar?
Thanks for the complement.
thanks for the suggestion,I will think about it.
I have one doubt. Why are you not using Database First Approach??
nice, clear explanation
Glad you think so!
great video! easy to follow. Can you also show us how to master 'dependency injection' in more details? please
Loved it !!
Thanks for the amazing tutorial!!
Thanks teacher
I have learned a lot of things, thank you
Glad to hear it!
hi @codaffection.
Can you create a live demo example with .netcore and angular 17, on -
filtering search results of the product list page of an ecommerce application based on different parameters chosen by the user like, color, sleeve type, fitting-type, collar type, gender, brand[assume that we're browsing shirts available from any ecommerce website]. I'm talking about the drilldown filtering feature, you would frequently come across. Possible?
Thx
Hello,
Is it complicated to predict the same video in .net8 and Angular17?
JzakAllah khair ❤
superb thank a lot
Welcome.
Good video. But where is server side validation. What happens when I disable client validation in browser. Please comment
There should be server-side validation also; in case something goes wrong, as you have said, validation at the server could save us. I think I forgot the part. Thanks for the comment; I will consider the same in the next video.
Very nice! Do you have a video about Stripe payment to Asp net core MVC or API ?
api
@@Leo_k202 can you send a link please!
very cool, my teacher!
Amazing tutorial... Thanks a lot!
Glad you liked it!
thank you so much.
Super explanation.
If possible Can you teach with Database First Model instead of Code First Model.
Thanks for the feedback,
There is already a video on this topic. But old version.
Thank you,
Awesome video. 👌👌👌
Glad you found it helpful 🙂
What font do you use for vs code?
UPD: Dank Mono
Appreciate the effort ,
@CodAffection why the methods are async can we not use non async
Thank you
I learned a lot from this tutorial Thank You . But can anyone help me as I didn't got the CORS error while calling the API and I haven't applied any CORS policy in dot net core API side . Pls let me know why is it so ..
how about encrypting data then submit to API ? can you please guide
Which angular version you are used while creating project
Angular 16.
What theme are you using for visual studio code?
Ayu Dark ♥
Great content, thank you!
welcome!
Cannot find module 'src/environments/environment' or its corresponding type declarations. I am getting this error when tried to import environments in the service, Can someone help me here
you are awesome
thank u so much
nice bro for your effort. I hope to see you use the syncfusion library that will be so helpful due to less resources in the RUclips
Glad you found it helpful.
Understood the reality of your suggestion, let me check what I can do.
I am receiving an error message on this line import { environment } from 'src/environments/environment'; Cannot find module or corresponding type declaration. I have checked to confirm the paths are correctly named, how do I fix this issue?
Same I am also facing this issue😢
The record don't be inserted can you help me
I'm having a problem when I try to execute the angular side of the project, it says "'app-payment-details' is not a known element" but it's declared on the app.module.ts file and I have made sure the name is copypasted.
If you are still having the problem, let me the following
Which version of Angular are you using?
Did you create the component using the Angular-CLI command?
@@CodAffection I'm not having that problem anymore, I solved it by removing the standalone by creating the project again since I'm working on angular 17. Right now I'm having another problem, which is that when I try to use the *ngFor, the web page won't render it and when I check on the navigator's errors, I get a "CORS unsuccessful, the same policy of origin doesn't allow the reading of remote resources on -url-."
@@victorlopezlozano3609 If you configured CORS exactly as I did, then the error will be related to CORS, Do run the web API using breakpoints to see the actual reason for error.
is this a beginner project
?
beginner friendly.
Getting the error like there was an error running the selected code generator: package restore failed. rolling back package change, Am using 5.0 framework, All packges of 5.0.2
try this solution here: ruclips.net/video/sZVdE1K4s_E/видео.html
Thanks a lot🎉
Thanks bro
Any time
I am stuck on the part of the post method, it does not seem to send. I am using Angular 17 and made the necessary adjustments but it doesn't seem to solve anything. I disabled server-side rendering and prerender to false for development to make it work, can anyone help on how I should implement the form submission with SSR and Prerender?
Is there any error message?
@@CodAffection there are no error messages but the url is redirected with the keys and values written in the url e.g. localhost::4411/cardOwnerName="testName"...
BTW, thanks a lot, this was such a great introductory video and maybe jumping to SSR on a framework that is new to me is not very intuitive but it would be such a great help if you can help me solve this problem.
@@aurumen4706 thanks, could you run the web api within debug mode, and put break point in post web method. and then submit the anguler form, to see whether the request reaches the server side or not.
how we show validation message
Error: Error trying to diff ''. Only arrays and iterables are allowed . How i fix this ?
Do you still have the problem?
@@CodAffection No, i fix this
what is the font name in your vscode?
Dank Mono
Great .. i need the source code
Hi Bro when I use Version 6.0 it is not working
Hi, Angular 6 or .Net 6?
@CodAffection .Net 6 during the Add Migration
Hii sir how to connect you
Through fb page
we miss you bro
Will be back soon,
Hi nice content I'm getting error I emailed you same can you please help me?
👀 Promo`SM
What is your name brother ❤
Shamseer
@@CodAffectiongood job. May i know your linkdin id?
Nice work bhai❤
Htttp😅
Don't take it personally but you're talking too fast. Please take a pause between your sentences.
Great work mean! really appreciated
😊
@@CodAffection I am stuck on app.module.ts file . I am not able to find that file on my vs code.
@@viralpatel5566 It won't be there in new Angular 18 version, all component act as stand alone component, whatever I have imported in app.module.ts file should be imported in components where it is actually needed. the video will be updated later.
@@CodAffection ok thanks man. you are awesome ✨
Hi Everyone, I am a dotnet developer but due to loss of company suddenly I have loosed my job I am jobless now please help me if you have any requirements or idea for developer,