@SantoshYadavDev
The Course is created to help you learn how we develop code in the enterprise. we will create an e-commerce website using Angular 15, NgRx 15, Angular Material, and Nx.
Standalone Component
Angular 15 brings Standalone Component and Standalone APIs for Routing and Http
ngOptimizedImage directive
Image handling is much easier with perf advatages
Functional guards
Writing Route Guards are simpler now.
Stack Trace
Stack Trace gives more clear code when there is an error.
Language Service
Auto imports for unknown components.
TS 4.8
Support for Typescript 4.8
Standalone APIs
Standalone API for NgRx Store, effectÂ
createActionGoup
Group actions using new API
createFeature API
create selectors for you feature state
... and more
SantoshYadav