Angular 17 - standalone template complete overview | all features with example| NGRX CRUD

preview_player
Показать описание
#angular17 #standalone #nihiratechiees

This video provides complete overview of Angular 17 - standalone templates with all feature

It covers below points in standalone templates

1, Components (Routing , Lazy loading, Use component as child )
2, Material UI configuration & installation
3, HTTP Client provider
4, Reactive forms
5, HTTP Interceptors (pass JWT Token for http requests)
6, NGRX and adding providers for store and effects
7, CRUD actions using .NET Core Web API
8, Module based template in angular 17 “ng new project name --no-standalone”

Source code GitHub Link
===================

.NET Core API Link that we used in this video
===============================

Join this channel to get access to perks:
Рекомендации по теме
Комментарии
Автор

I just finished your pair programming tutorial. THANKS. You are excellent. May your business prosper!

nadetdevfullstack
Автор

Thank you so much, that's extremely helpful ❤🎉😊

tuku_mann
Автор

Nice video! question, i notice an inject function when injecting a service on the auth guard. is that new? i've always injected through a constructor. Is this inject function the new way at every component? i assume best practice is still through constructor?

AC-mivf
Автор

Can you please make a detailed video on *ngrxLet directive. There is not a single video on youtube on this topic.

FaisalRahman-bmtq
Автор

Sir I'm facing a issue. The data is showing on initial load but when I'm clicking on a button to route to a different page and then using browser back button to go back to the main page I'm getting CROS error with status 200. Means data is not coming by pressing the browser back button whereas it should have

_sourabhfx
Автор

Really good sir can you make how to do angular+springboot application from scratch and i more doubt i have boostrap js is not working in index.html what to do sir....

kannagokul
Автор

Im getting this errors please
ERROR Error [NullInjectorError]: -> _Store -> _Store]:
NullInjectorError: No provider for _Store!

charityngunyi
Автор

ur great sir i cracked 4 interview with this please share ppt also if possible

shivachauhan
Автор

can i have your link server for testing purpose ?

_oLuongHuan
Автор

Have an error in swiper slider pagination stuck

dragardgaming
Автор

Bro how to get Microsoft teams status in angular??

muraliprasad_it
Автор

I'm getting an error:

X [ERROR] TS-992012: Component imports must be standalone components, directives, pipes, or must be NgModules. [plugin angular-compiler]


8 │ imports: [RouterLink, MaterialModule],

odinsravens