Getting started with Angular 17 routing, beginners guide #1

preview_player
Показать описание
This video is about routes which is used in angular application
#angular #angular17 #angular_developer #typescript #routes #programming #coders
Рекомендации по теме
Комментарии
Автор

Creating a project with --no-standalone flag will create a project with modules which is the same as older default and routing works like in previous versions.

In angular 17, standalone components are the default and there is no need for modules. As such route configuration takes place in separate route files and you have to plug it into app config using provideRouter function. Angular 17 is much more modular and uses a plug and play model like react with its standalone component architecture. With standalone components we no longer have to import entire modules. This was introduced with Angular 14 but with 17 this has been made default.

sanathanicoder
Автор

very good thanks you so much. hope you will continue

haoly
Автор

This is not for Angular 17 ... //Angualar 16 ...

rkrohan...
Автор

Ye to humy bhi ata agy karwao full Course upload kro

StunningRajput
Автор

that's exactly same as older versions like angular version 12, nothing new in angular 17 for routing ??

adityagautam