Thank you for your kind words! I'm thrilled you enjoy the Angular tutorials. Creating a complete web app using Angular is a fantastic idea, and I'm definitely considering it for future content. Your support is truly appreciated-stay tuned for more! 🚀
Can we use Other Databases like SQL Server, MySQL, MongoDB etc? Please give an example with SQL Server. That's why I loved this tutorial because of combination of Angular 17 & EF Core.
hi,good job but i have an error with tailwindcss " warn - No utility classes were detected in your source files. If this is unexpected, double-check the `content` option in your Tailwind CSS configuration." can you please say whats wrong ? tailwindcss dosnt work !
Check your tailwind.config.js file and ensure that the content option includes the paths to your Angular components and templates. tailwindcss.com/docs/guides/angular
Thank you sir for this tutorials , When i npm ngx-toastr , I add or edit student then show toast success , but console have a error like this "NG05105: Unexpected synthetic property @flyInOut found. Please make sure that: - Either `BrowserAnimationsModule` or `NoopAnimationsModule` are imported in your application. - There is corresponding configuration for the animation named `@flyInOut` defined in the `animations` field of the `@Component` decorator" I google error message, But i can't find how to fix it in standalone , Have any idea to help , thank you !!
@@codewithpushpa Morning Sir , thank you for help . install animation to fix, # In tutorials , delete student code: toastService!:ToastrService will error in console and no show message when delete student , and I add in constructor , is success to show delete message # Thank you 😀
The best tutorials i have ever seen in angular 17 with .net 8 web API !!!
Thank you so much 🙏
Thanks for helping me ❤❤
Happy to help 🩷
thx man, i hope you create more angular tutorials and create a complete web app using angular
Thank you for your kind words! I'm thrilled you enjoy the Angular tutorials. Creating a complete web app using Angular is a fantastic idea, and I'm definitely considering it for future content. Your support is truly appreciated-stay tuned for more! 🚀
Can we use Other Databases like SQL Server, MySQL, MongoDB etc?
Please give an example with SQL Server.
That's why I loved this tutorial because of combination of Angular 17 & EF Core.
Yes we can use other database too. In upcoming videos i will use sqlserver example
Thanks@@codewithpushpa
❤ amazing video
Thank you much
Very good Sir , Can you make video to building HomePage with Login Register and keep all language . I will appreciate
Yes, soon
Amaizing🎉
Thank you so much 🩷
the best!!
Thank you so much ☺️
Excellent Bro, Appriciate your videos, wish u all the best
Thank you so much 😀
Great video Sir🙏
Thank you so much ❤️
Excellent
Thank you so much 😀
Can you provide the source code , Thank you
github.com/pushpa-raj-dangi/ng17net8Crud
hi,good job but i have an error with tailwindcss " warn - No utility classes were detected in your source files. If this is unexpected, double-check the `content` option in your Tailwind CSS configuration." can you please say whats wrong ? tailwindcss dosnt work !
have you added tailwind directives to your
style.css @tailwind base;
@tailwind components;
@tailwind utilities; like this
@@codewithpushpa yes exactly like yours code !
Check your tailwind.config.js file and ensure that the content option includes the paths to your Angular components and templates.
tailwindcss.com/docs/guides/angular
Very helpful ❤
Thank you so much ❤️
Thank you for amazing tutorials please make another with react 18 👏👏
Coming soon! Stay Tuned
Which server are you using? Is it free or paid?
It is IIS Express
@@codewithpushpa Can you please make a video on it? is it free?
@@umerfarooq3121 it is free to use
Thank you sir for this tutorials , When i npm ngx-toastr , I add or edit student then show toast success , but console have a error like this
"NG05105: Unexpected synthetic property @flyInOut found. Please make sure that:
- Either `BrowserAnimationsModule` or `NoopAnimationsModule` are imported in your application.
- There is corresponding configuration for the animation named `@flyInOut` defined in the `animations` field of the `@Component` decorator"
I google error message, But i can't find how to fix it in standalone , Have any idea to help , thank you !!
Install animation library and register it in app config ts file
@@codewithpushpa Morning Sir , thank you for help . install animation to fix,
#
In tutorials , delete student code: toastService!:ToastrService will error in console and no show message when delete student ,
and I add in constructor , is success to show delete message
#
Thank you 😀
@@JiangFu great happy to help you 👍
Thank you very much. Can you please share the GitHub source code link?
Use this link github.com/pushpa-raj-dangi/ng17net8Crud
make a video on deploy angular 17 in iis server on windows 10 or server pc
In upcoming video stay tuned
@@codewithpushpa Waiting for this
Dear Brother, please add Authentication & Authorization System in your existing CRUD Application.
Thanks in advance!
Thanks you so much for your comment . In upcoming video i will add authentication and authorization.
@@codewithpushpa You're welcome!
Sir please make a project with ddl,cbl,rbl crud operation in .net core web api with angular
In upcoming video
@@codewithpushpa thank you sir
Excellent 😊thank you 🙏❤️
Welcome 😊
100%
Thank you so much
Using var in typescript 😂
It's better to use let and const to avoid unintentional variable hoisting.