资源详情

返回首页 | 相关搜索
Angular Routing and Navigation Playbook
大小 746.55 MB
文件数 93
Info Hash: 7B0A405C538C334BE084C2BBC4388D50DF43A58F
收录时间 2026-01-14 20:12:58
更新时间 2026-01-14 20:12:58
文件列表 (93)
angular-routing-navigation-playbook.zip
276.68 MB
00. Course Overview/00. Course Overview.mp4
4.5 MB
00. Course Overview/00. Course Overview.srt
2.03 KB
01. Course Introduction and Code Examples/00. Course Introduction and Code Examples.mp4
7.98 MB
01. Course Introduction and Code Examples/00. Course Introduction and Code Examples.srt
6.35 KB
02. Basic Angular Routing Setup/00. Introduction to Angular Routing.mp4
3.41 MB
02. Basic Angular Routing Setup/00. Introduction to Angular Routing.srt
1.97 KB
02. Basic Angular Routing Setup/01. Discussion - Angular RouterModule Exports.mp4
8.18 MB
02. Basic Angular Routing Setup/01. Discussion - Angular RouterModule Exports.srt
5.76 KB
02. Basic Angular Routing Setup/02. Demo - Bootstrap Angular RouterModule.mp4
6.7 MB
02. Basic Angular Routing Setup/02. Demo - Bootstrap Angular RouterModule.srt
3.48 KB
02. Basic Angular Routing Setup/03. Discussion - Declaring Routes.mp4
7.33 MB
02. Basic Angular Routing Setup/03. Discussion - Declaring Routes.srt
7.35 KB
02. Basic Angular Routing Setup/04. Demo - Declaring Default and Home Routes.mp4
11.99 MB
02. Basic Angular Routing Setup/04. Demo - Declaring Default and Home Routes.srt
5.34 KB
02. Basic Angular Routing Setup/05. Discussion - Child Routes and Route Order.mp4
11.01 MB
02. Basic Angular Routing Setup/05. Discussion - Child Routes and Route Order.srt
7.32 KB
02. Basic Angular Routing Setup/06. Demo - Declaring a Wildcard Route.mp4
17.57 MB
02. Basic Angular Routing Setup/06. Demo - Declaring a Wildcard Route.srt
5.38 KB
02. Basic Angular Routing Setup/07. Demo - Hooking into Router Events.mp4
29.57 MB
02. Basic Angular Routing Setup/07. Demo - Hooking into Router Events.srt
9.42 KB
03. Routing in Standalone Component Applications/00. Introduction to Standalone Components and Routing.mp4
10.46 MB
03. Routing in Standalone Component Applications/00. Introduction to Standalone Components and Routing.srt
6.86 KB
03. Routing in Standalone Component Applications/01. Demo - Bootstrapping Routing in a Standalone Component Based Application.mp4
12.73 MB
03. Routing in Standalone Component Applications/01. Demo - Bootstrapping Routing in a Standalone Component Based Application.srt
6.39 KB
04. User Navigation between Views/00. Introduction to User Initiated Navigation.mp4
1.89 MB
04. User Navigation between Views/00. Introduction to User Initiated Navigation.srt
1.17 KB
04. User Navigation between Views/01. Discussion - Introduction to RouterLink.mp4
4.58 MB
04. User Navigation between Views/01. Discussion - Introduction to RouterLink.srt
3.67 KB
04. User Navigation between Views/02. Demo - Add RouterLinks to Template Elements.mp4
13.43 MB
04. User Navigation between Views/02. Demo - Add RouterLinks to Template Elements.srt
6.48 KB
04. User Navigation between Views/03. Discussion - Styling the Active Element with RouterLinkActive.mp4
4.59 MB
04. User Navigation between Views/03. Discussion - Styling the Active Element with RouterLinkActive.srt
2.89 KB
04. User Navigation between Views/04. Demo - Style Active Links with RouterLinkActive.mp4
12.05 MB
04. User Navigation between Views/04. Demo - Style Active Links with RouterLinkActive.srt
4.28 KB
04. User Navigation between Views/05. Discussion - Navigating Programmatically.mp4
4.02 MB
04. User Navigation between Views/05. Discussion - Navigating Programmatically.srt
2.7 KB
04. User Navigation between Views/06. Demo - Routing from Classed with RouterService.mp4
13.73 MB
04. User Navigation between Views/06. Demo - Routing from Classed with RouterService.srt
6.01 KB
05. Driving State with Router Params/00. Introduction to Router Parameters.mp4
2.49 MB
05. Driving State with Router Params/00. Introduction to Router Parameters.srt
1.59 KB
05. Driving State with Router Params/01. Discussion - Required Path Parameters.mp4
11.88 MB
05. Driving State with Router Params/01. Discussion - Required Path Parameters.srt
8.06 KB
05. Driving State with Router Params/02. Demo - Adding a Required Path Parameter.mp4
8.5 MB
05. Driving State with Router Params/02. Demo - Adding a Required Path Parameter.srt
4.2 KB
05. Driving State with Router Params/03. Discussion - A Clear Flow of State.mp4
5.26 MB
05. Driving State with Router Params/03. Discussion - A Clear Flow of State.srt
4.37 KB
05. Driving State with Router Params/04. Demo - Consuming Path Parameters in Components.mp4
13.42 MB
05. Driving State with Router Params/04. Demo - Consuming Path Parameters in Components.srt
5.45 KB
05. Driving State with Router Params/05. Discussion - Understanding Optional Parameters.mp4
8.92 MB
05. Driving State with Router Params/05. Discussion - Understanding Optional Parameters.srt
6.3 KB
05. Driving State with Router Params/06. Demo - Adding and Consuming Query Parameters.mp4
15.15 MB
05. Driving State with Router Params/06. Demo - Adding and Consuming Query Parameters.srt
6.81 KB
05. Driving State with Router Params/07. Demo - Consuming Query Parameters in a Service.mp4
9.47 MB
05. Driving State with Router Params/07. Demo - Consuming Query Parameters in a Service.srt
4.3 KB
06. Creating Nested Router Outlets and Auxiliary Routes/00. Introduction to Nested and Auxiliary Router Outlets.mp4
2.56 MB
06. Creating Nested Router Outlets and Auxiliary Routes/00. Introduction to Nested and Auxiliary Router Outlets.srt
1.54 KB
06. Creating Nested Router Outlets and Auxiliary Routes/01. Discussion - Nested Router Outlets.mp4
6.82 MB
06. Creating Nested Router Outlets and Auxiliary Routes/01. Discussion - Nested Router Outlets.srt
4.89 KB
06. Creating Nested Router Outlets and Auxiliary Routes/02. Demo - Adding a Nested Router Outlet.mp4
21.27 MB
06. Creating Nested Router Outlets and Auxiliary Routes/02. Demo - Adding a Nested Router Outlet.srt
10.39 KB
06. Creating Nested Router Outlets and Auxiliary Routes/03. Discussion - When to Use Auxiliary Routes.mp4
11.97 MB
06. Creating Nested Router Outlets and Auxiliary Routes/03. Discussion - When to Use Auxiliary Routes.srt
6.51 KB
06. Creating Nested Router Outlets and Auxiliary Routes/04. Demo - Adding an Auxiliary Route.mp4
16.85 MB
06. Creating Nested Router Outlets and Auxiliary Routes/04. Demo - Adding an Auxiliary Route.srt
8.38 KB
07. Improving Performance with Lazy Loading/00. Lazy Loading Introduction.mp4
10.31 MB
07. Improving Performance with Lazy Loading/00. Lazy Loading Introduction.srt
6.76 KB
07. Improving Performance with Lazy Loading/01. Demo - Lazy Loading a Module Based Route.mp4
11.65 MB
07. Improving Performance with Lazy Loading/01. Demo - Lazy Loading a Module Based Route.srt
5.14 KB
07. Improving Performance with Lazy Loading/02. Demo - Lazy Loading a Standalone Component Route.mp4
12.18 MB
07. Improving Performance with Lazy Loading/02. Demo - Lazy Loading a Standalone Component Route.srt
4.47 KB
07. Improving Performance with Lazy Loading/03. Demo - Setting an Application Preloading Strategy.mp4
7.36 MB
07. Improving Performance with Lazy Loading/03. Demo - Setting an Application Preloading Strategy.srt
3.67 KB
08. Control User Navigation with Route Guards/00. Introduction to Functional Route Guards.mp4
2.73 MB
08. Control User Navigation with Route Guards/00. Introduction to Functional Route Guards.srt
1.76 KB
08. Control User Navigation with Route Guards/01. Discussion - Angular Functional Route Guards .mp4
6 MB
08. Control User Navigation with Route Guards/01. Discussion - Angular Functional Route Guards .srt
5.04 KB
08. Control User Navigation with Route Guards/02. Demo - Implementing CanMatch .mp4
8.82 MB
08. Control User Navigation with Route Guards/02. Demo - Implementing CanMatch .srt
4.36 KB
08. Control User Navigation with Route Guards/03. Demo - Converting a Class Based Guard to a Chainable Functional Route Guard.mp4
20.28 MB
08. Control User Navigation with Route Guards/03. Demo - Converting a Class Based Guard to a Chainable Functional Route Guard.srt
9.61 KB
08. Control User Navigation with Route Guards/04. Demo - Implementing a Route Resolver.mp4
10.35 MB
08. Control User Navigation with Route Guards/04. Demo - Implementing a Route Resolver.srt
4.37 KB
09. Unit Testing Angular Router/00. Introduction to Unit Testing the Router.mp4
4.19 MB
09. Unit Testing Angular Router/00. Introduction to Unit Testing the Router.srt
2.97 KB
09. Unit Testing Angular Router/01. Discussion - What Are the Boundaries between Unit and End to End Testing - .mp4
9.83 MB
09. Unit Testing Angular Router/01. Discussion - What Are the Boundaries between Unit and End to End Testing - .srt
8.09 KB
09. Unit Testing Angular Router/02. Demo - Unit Testing Functional Route Guards.mp4
18.86 MB
09. Unit Testing Angular Router/02. Demo - Unit Testing Functional Route Guards.srt
8.73 KB
09. Unit Testing Angular Router/03. Demo - Unit Testing router.navigate.mp4
10.39 MB
09. Unit Testing Angular Router/03. Demo - Unit Testing router.navigate.srt
5.11 KB
09. Unit Testing Angular Router/04. Demo - Unit Testing RouterLinks with RouterTestingHarness.mp4
16.4 MB
09. Unit Testing Angular Router/04. Demo - Unit Testing RouterLinks with RouterTestingHarness.srt
7.81 KB

免责声明

本网站仅提供DHT网络磁力资源索引服务,不存储任何资源文件。所有资源均来自DHT网络,本站无法控制其内容。请遵守当地法律法规,合理使用网络资源。如涉及版权问题,请联系 lulutang@protonmail.com。