Angular 6 Basics 28 - Creating routes

preview_player
Показать описание


Angular 6 Basics - Learn how to create Angular applications from scratch. Understand the Angular framework and learn how to use the features of the framework to create components and services. Use modules to organize your code. Build applications that call REST APIs and fetch data from a server. Implement routing to show multiple views with multiple URLs.

This course requires no previous knowledge of Angular or AngularJS.
Рекомендации по теме
Комментарии
Автор

Finally understood routing. Watched so many videos. Nobody explained better than this.

sharjeeltahir
Автор

Finally Understood routing, thanks buddy

murtazaiqbal
Автор

damn bro u deserve more subscribers :)

RohitKumar-lypb
Автор

Sir if app has one module "school" and that module also has a routing file i mean app.route.ts is already there and then "school" also has its own routing file which is like school.route.ts than even if we register than module in app.module.ts that routes for school module will not work.how to solve this issue.i got only one solution that only make one routing file in one app which will be app.routes.ts but sometime there will more than 100 routes possible so can you please make a video that how to make separate modules with separate routing and than how to use use that routings.

shubhamsharma
Автор

`ng g module AppRouting` :- generate routing

is