首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
[08-2020] the-complete-guide-to-angular-2
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2021-1-8 14:31
2024-11-15 16:34
166
13.78 GB
422
磁力链接
magnet:?xt=urn:btih:715f1fbccbb45d9c5fc5249f8882ad9991c92ae6
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOjcxNWYxZmJjY2JiNDVkOWM1ZmM1MjQ5Zjg4ODJhZDk5OTFjOTJhZTZaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
08-2020
the-complete-guide-to-angular-2
文件列表
30 Angular Changes & New Features/445 A First Look At Angular Elements.mp4
257.62MB
01 Getting Started/001 Course Introduction.mp4
14.31MB
01 Getting Started/002 What is Angular_.mp4
7.9MB
01 Getting Started/004 Angular vs Angular 2 vs Angular 9.mp4
8.91MB
01 Getting Started/006 Project Setup and First App.mp4
47.41MB
01 Getting Started/007 Editing the First App.mp4
94.18MB
01 Getting Started/008 The Course Structure.mp4
14.69MB
01 Getting Started/009 How to get the Most out of the Course.mp4
8.72MB
01 Getting Started/010 What is TypeScript_.mp4
7.59MB
01 Getting Started/011 A Basic Project Setup using Bootstrap for Styling.mp4
43.78MB
02 The Basics/013 Module Introduction.mp4
3.75MB
02 The Basics/014 How an Angular App gets Loaded and Started.mp4
28.27MB
02 The Basics/015 Components are Important!.mp4
11.42MB
02 The Basics/016 Creating a New Component.mp4
25.3MB
02 The Basics/017 Understanding the Role of AppModule and Component Declaration.mp4
20.48MB
02 The Basics/018 Using Custom Components.mp4
4.02MB
02 The Basics/019 Creating Components with the CLI & Nesting Components.mp4
12.78MB
02 The Basics/020 Working with Component Templates.mp4
11.59MB
02 The Basics/021 Working with Component Styles.mp4
15.12MB
02 The Basics/022 Fully Understanding the Component Selector.mp4
14.76MB
02 The Basics/023 [assignment_video] Practicing Components.mp4
3.72MB
02 The Basics/023 [OPTIONAL] Assignment Solution.mp4
98.51MB
02 The Basics/024 What is Databinding_.mp4
9.99MB
02 The Basics/025 String Interpolation.mp4
18.93MB
02 The Basics/026 Property Binding.mp4
25.28MB
02 The Basics/027 Property Binding vs String Interpolation.mp4
12.34MB
02 The Basics/028 Event Binding.mp4
15.42MB
02 The Basics/030 Passing and Using Data with Event Binding.mp4
19.51MB
02 The Basics/032 Two-Way-Databinding.mp4
10.97MB
02 The Basics/033 Combining all Forms of Databinding.mp4
6.93MB
02 The Basics/034 [assignment_video] Practicing Databinding.mp4
2.67MB
02 The Basics/034 [OPTIONAL] Assignment Solution.mp4
81.13MB
02 The Basics/035 Understanding Directives.mp4
7.43MB
02 The Basics/036 Using ngIf to Output Data Conditionally.mp4
14.62MB
02 The Basics/037 Enhancing ngIf with an Else Condition.mp4
11.93MB
02 The Basics/038 Styling Elements Dynamically with ngStyle.mp4
19.21MB
02 The Basics/039 Applying CSS Classes Dynamically with ngClass.mp4
10.9MB
02 The Basics/040 Outputting Lists with ngFor.mp4
14.75MB
02 The Basics/041 [assignment_video] Practicing Directives.mp4
5.32MB
02 The Basics/041 [OPTIONAL] Assignment Solution.mp4
109.19MB
02 The Basics/042 Getting the Index when using ngFor.mp4
12.34MB
03 Course Project - The Basics/043 Project Introduction.mp4
1.58MB
03 Course Project - The Basics/044 Planning the App.mp4
8.63MB
03 Course Project - The Basics/046 Setting up the Application.mp4
7.32MB
03 Course Project - The Basics/047 Creating the Components.mp4
63.99MB
03 Course Project - The Basics/048 Using the Components.mp4
7.7MB
03 Course Project - The Basics/049 Adding a Navigation Bar.mp4
12.82MB
03 Course Project - The Basics/051 Creating a _Recipe_ Model.mp4
9.98MB
03 Course Project - The Basics/052 Adding Content to the Recipes Components.mp4
20.04MB
03 Course Project - The Basics/053 Outputting a List of Recipes with ngFor.mp4
12.17MB
03 Course Project - The Basics/054 Displaying Recipe Details.mp4
14.31MB
03 Course Project - The Basics/055 Working on the ShoppingListComponent.mp4
4.2MB
03 Course Project - The Basics/056 Creating an _Ingredient_ Model.mp4
5.72MB
03 Course Project - The Basics/057 Creating and Outputting the Shopping List.mp4
5.67MB
03 Course Project - The Basics/058 Adding a Shopping List Edit Section.mp4
7.83MB
03 Course Project - The Basics/059 Wrap Up & Next Steps.mp4
1.5MB
04 Debugging/060 Understanding Angular Error Messages.mp4
19.47MB
04 Debugging/061 Debugging Code in the Browser Using Sourcemaps.mp4
24.38MB
04 Debugging/062 Using Augury to Dive into Angular Apps.mp4
7.56MB
05 Components & Databinding Deep Dive/063 Module Introduction.mp4
2.18MB
05 Components & Databinding Deep Dive/064 Splitting Apps into Components.mp4
24.18MB
05 Components & Databinding Deep Dive/065 Property & Event Binding Overview.mp4
6.09MB
05 Components & Databinding Deep Dive/066 Binding to Custom Properties.mp4
23.87MB
05 Components & Databinding Deep Dive/067 Assigning an Alias to Custom Properties.mp4
8.4MB
05 Components & Databinding Deep Dive/068 Binding to Custom Events.mp4
36.05MB
05 Components & Databinding Deep Dive/069 Assigning an Alias to Custom Events.mp4
3.77MB
05 Components & Databinding Deep Dive/070 Custom Property and Event Binding Summary.mp4
8.85MB
05 Components & Databinding Deep Dive/071 Understanding View Encapsulation.mp4
19.52MB
05 Components & Databinding Deep Dive/072 More on View Encapsulation.mp4
11.76MB
05 Components & Databinding Deep Dive/073 Using Local References in Templates.mp4
17.86MB
05 Components & Databinding Deep Dive/075 Getting Access to the Template & DOM with @ViewChild.mp4
75.09MB
05 Components & Databinding Deep Dive/076 Projecting Content into Components with ng-content.mp4
13.71MB
05 Components & Databinding Deep Dive/077 Understanding the Component Lifecycle.mp4
16.5MB
05 Components & Databinding Deep Dive/078 Seeing Lifecycle Hooks in Action.mp4
48.07MB
05 Components & Databinding Deep Dive/079 Lifecycle Hooks and Template Access.mp4
37.36MB
05 Components & Databinding Deep Dive/081 Getting Access to ng-content with @ContentChild.mp4
45.58MB
05 Components & Databinding Deep Dive/082 Wrap Up.mp4
3.62MB
05 Components & Databinding Deep Dive/083 [assignment_video] Practicing Property & Event Binding and View Encapsulation.mp4
6.44MB
05 Components & Databinding Deep Dive/083 [OPTIONAL] Assignment Solution.mp4
189.67MB
06 Course Project - Components & Databinding/084 Introduction.mp4
1.43MB
06 Course Project - Components & Databinding/085 Adding Navigation with Event Binding and ngIf.mp4
16.82MB
06 Course Project - Components & Databinding/086 Passing Recipe Data with Property Binding.mp4
11MB
06 Course Project - Components & Databinding/087 Passing Data with Event and Property Binding (Combined).mp4
26.3MB
06 Course Project - Components & Databinding/089 Allowing the User to Add Ingredients to the Shopping List.mp4
61.77MB
07 Directives Deep Dive/090 Module Introduction.mp4
4.71MB
07 Directives Deep Dive/091 ngFor and ngIf Recap.mp4
14.36MB
07 Directives Deep Dive/092 ngClass and ngStyle Recap.mp4
11.21MB
07 Directives Deep Dive/093 Creating a Basic Attribute Directive.mp4
90.75MB
07 Directives Deep Dive/094 Using the Renderer to build a Better Attribute Directive.mp4
18.14MB
07 Directives Deep Dive/096 Using HostListener to Listen to Host Events.mp4
11.4MB
07 Directives Deep Dive/097 Using HostBinding to Bind to Host Properties.mp4
13.12MB
07 Directives Deep Dive/098 Binding to Directive Properties.mp4
27.64MB
07 Directives Deep Dive/099 What Happens behind the Scenes on Structural Directives.mp4
12.61MB
07 Directives Deep Dive/100 Building a Structural Directive.mp4
24.92MB
07 Directives Deep Dive/101 Understanding ngSwitch.mp4
10.52MB
08 Course Project - Directives/102 Building and Using a Dropdown Directive.mp4
14.13MB
09 Using Services & Dependency Injection/104 Module Introduction.mp4
5.99MB
09 Using Services & Dependency Injection/105 Why would you Need Services_.mp4
8.21MB
09 Using Services & Dependency Injection/106 Creating a Logging Service.mp4
13.48MB
09 Using Services & Dependency Injection/107 Injecting the Logging Service into Components.mp4
24.46MB
09 Using Services & Dependency Injection/108 Creating a Data Service.mp4
98.83MB
09 Using Services & Dependency Injection/109 Understanding the Hierarchical Injector.mp4
9.9MB
09 Using Services & Dependency Injection/110 How many Instances of Service Should It Be_.mp4
8.58MB
09 Using Services & Dependency Injection/111 Injecting Services into Services.mp4
68.87MB
09 Using Services & Dependency Injection/112 Using Services for Cross-Component Communication.mp4
15.83MB
09 Using Services & Dependency Injection/114 [assignment_video] Practicing Services.mp4
4.69MB
09 Using Services & Dependency Injection/114 [OPTIONAL] Assignment Solution.mp4
149.92MB
10 Course Project - Services & Dependency Injection/115 Introduction.mp4
2.79MB
10 Course Project - Services & Dependency Injection/116 Setting up the Services.mp4
2.9MB
10 Course Project - Services & Dependency Injection/117 Managing Recipes in a Recipe Service.mp4
9.74MB
10 Course Project - Services & Dependency Injection/118 Using a Service for Cross-Component Communication.mp4
12.75MB
10 Course Project - Services & Dependency Injection/119 Adding the Shopping List Service.mp4
12.87MB
10 Course Project - Services & Dependency Injection/120 Using Services for Pushing Data from A to B.mp4
7.49MB
10 Course Project - Services & Dependency Injection/121 Adding Ingredients to Recipes.mp4
9.76MB
10 Course Project - Services & Dependency Injection/122 Passing Ingredients from Recipes to the Shopping List (via a Service).mp4
17.58MB
11 Changing Pages with Routing/123 Module Introduction.mp4
5.65MB
11 Changing Pages with Routing/124 Why do we need a Router_.mp4
5MB
11 Changing Pages with Routing/126 Setting up and Loading Routes.mp4
35.76MB
11 Changing Pages with Routing/127 Navigating with Router Links.mp4
21.53MB
11 Changing Pages with Routing/128 Understanding Navigation Paths.mp4
22.91MB
11 Changing Pages with Routing/129 Styling Active Router Links.mp4
20.6MB
11 Changing Pages with Routing/130 Navigating Programmatically.mp4
13.89MB
11 Changing Pages with Routing/131 Using Relative Paths in Programmatic Navigation.mp4
22.29MB
11 Changing Pages with Routing/132 Passing Parameters to Routes.mp4
12.64MB
11 Changing Pages with Routing/133 Fetching Route Parameters.mp4
15.13MB
11 Changing Pages with Routing/134 Fetching Route Parameters Reactively.mp4
31.15MB
11 Changing Pages with Routing/135 An Important Note about Route Observables.mp4
11.28MB
11 Changing Pages with Routing/136 Passing Query Parameters and Fragments.mp4
22.52MB
11 Changing Pages with Routing/137 Retrieving Query Parameters and Fragments.mp4
14.25MB
11 Changing Pages with Routing/138 Practicing and some Common Gotchas.mp4
25.61MB
11 Changing Pages with Routing/139 Setting up Child (Nested) Routes.mp4
20.43MB
11 Changing Pages with Routing/140 Using Query Parameters - Practice.mp4
21.72MB
11 Changing Pages with Routing/141 Configuring the Handling of Query Parameters.mp4
7.86MB
11 Changing Pages with Routing/142 Redirecting and Wildcard Routes.mp4
21.85MB
11 Changing Pages with Routing/144 Outsourcing the Route Configuration.mp4
20.41MB
11 Changing Pages with Routing/145 An Introduction to Guards.mp4
7.1MB
11 Changing Pages with Routing/146 Protecting Routes with canActivate.mp4
35.17MB
11 Changing Pages with Routing/147 Protecting Child (Nested) Routes with canActivateChild.mp4
11.21MB
11 Changing Pages with Routing/148 Using a Fake Auth Service.mp4
6.75MB
11 Changing Pages with Routing/149 Controlling Navigation with canDeactivate.mp4
50.94MB
11 Changing Pages with Routing/150 Passing Static Data to a Route.mp4
25.73MB
11 Changing Pages with Routing/151 Resolving Dynamic Data with the resolve Guard.mp4
40.12MB
11 Changing Pages with Routing/152 Understanding Location Strategies.mp4
18.82MB
11 Changing Pages with Routing/153 Wrap Up.mp4
3.22MB
12 Course Project - Routing/154 Planning the General Structure.mp4
2.64MB
12 Course Project - Routing/155 Setting Up Routes.mp4
16.57MB
12 Course Project - Routing/156 Adding Navigation to the App.mp4
4.35MB
12 Course Project - Routing/157 Marking Active Routes.mp4
4.41MB
12 Course Project - Routing/158 Fixing Page Reload Issues.mp4
8.73MB
12 Course Project - Routing/159 Child Routes_ Challenge.mp4
4.38MB
12 Course Project - Routing/160 Adding Child Routing Together.mp4
10.81MB
12 Course Project - Routing/161 Configuring Route Parameters.mp4
16.87MB
12 Course Project - Routing/162 Passing Dynamic Parameters to Links.mp4
7.41MB
12 Course Project - Routing/163 Styling Active Recipe Items.mp4
3.96MB
12 Course Project - Routing/164 Adding Editing Routes.mp4
10.5MB
12 Course Project - Routing/165 Retrieving Route Parameters.mp4
8.8MB
12 Course Project - Routing/166 Programmatic Navigation to the Edit Page.mp4
13.87MB
12 Course Project - Routing/167 One Note about Route Observables.mp4
2.03MB
13 Understanding Observables/169 Module Introduction.mp4
15.6MB
13 Understanding Observables/170 Analyzing Angular Observables.mp4
16.24MB
13 Understanding Observables/171 Getting Closer to the Core of Observables.mp4
52.64MB
13 Understanding Observables/172 Building a Custom Observable.mp4
41.05MB
13 Understanding Observables/173 Errors & Completion.mp4
57.37MB
13 Understanding Observables/174 Observables & You!.mp4
17.08MB
13 Understanding Observables/175 Understanding Operators.mp4
72.62MB
13 Understanding Observables/176 Subjects.mp4
64.38MB
13 Understanding Observables/177 Wrap Up.mp4
10.67MB
14 Course Project - Observables/179 Improving the Reactive Service with Observables (Subjects).mp4
55.84MB
15 Handling Forms in Angular Apps/181 Module Introduction.mp4
4.91MB
15 Handling Forms in Angular Apps/182 Why do we Need Angular's Help_.mp4
8.85MB
15 Handling Forms in Angular Apps/183 Template-Driven (TD) vs Reactive Approach.mp4
4.63MB
15 Handling Forms in Angular Apps/184 An Example Form.mp4
6.52MB
15 Handling Forms in Angular Apps/185 TD_ Creating the Form and Registering the Controls.mp4
24.1MB
15 Handling Forms in Angular Apps/186 TD_ Submitting and Using the Form.mp4
26.05MB
15 Handling Forms in Angular Apps/187 TD_ Understanding Form State.mp4
9.36MB
15 Handling Forms in Angular Apps/188 TD_ Accessing the Form with @ViewChild.mp4
11.95MB
15 Handling Forms in Angular Apps/189 TD_ Adding Validation to check User Input.mp4
16.49MB
15 Handling Forms in Angular Apps/191 TD_ Using the Form State.mp4
17.71MB
15 Handling Forms in Angular Apps/192 TD_ Outputting Validation Error Messages.mp4
9.65MB
15 Handling Forms in Angular Apps/193 TD_ Set Default Values with ngModel Property Binding.mp4
9.78MB
15 Handling Forms in Angular Apps/194 TD_ Using ngModel with Two-Way-Binding.mp4
10.9MB
15 Handling Forms in Angular Apps/195 TD_ Grouping Form Controls.mp4
14.17MB
15 Handling Forms in Angular Apps/196 TD_ Handling Radio Buttons.mp4
13.92MB
15 Handling Forms in Angular Apps/197 TD_ Setting and Patching Form Values.mp4
18.44MB
15 Handling Forms in Angular Apps/198 TD_ Using Form Data.mp4
18.53MB
15 Handling Forms in Angular Apps/199 TD_ Resetting Forms.mp4
7.78MB
15 Handling Forms in Angular Apps/200 [assignment_video] Practicing Template-Driven Forms.mp4
3.49MB
15 Handling Forms in Angular Apps/200 Introduction to the Reactive Approach.mp4
2.3MB
15 Handling Forms in Angular Apps/201 Reactive_ Setup.mp4
9.34MB
15 Handling Forms in Angular Apps/202 Reactive_ Creating a Form in Code.mp4
15.38MB
15 Handling Forms in Angular Apps/203 Reactive_ Syncing HTML and Form.mp4
15.47MB
15 Handling Forms in Angular Apps/204 Reactive_ Submitting the Form.mp4
9.77MB
15 Handling Forms in Angular Apps/205 Reactive_ Adding Validation.mp4
10.95MB
15 Handling Forms in Angular Apps/206 Reactive_ Getting Access to Controls.mp4
16.18MB
15 Handling Forms in Angular Apps/207 Reactive_ Grouping Controls.mp4
17.43MB
15 Handling Forms in Angular Apps/209 Reactive_ Arrays of Form Controls (FormArray).mp4
27.15MB
15 Handling Forms in Angular Apps/210 Reactive_ Creating Custom Validators.mp4
25.86MB
15 Handling Forms in Angular Apps/211 Reactive_ Using Error Codes.mp4
14.07MB
15 Handling Forms in Angular Apps/212 Reactive_ Creating a Custom Async Validator.mp4
18.49MB
15 Handling Forms in Angular Apps/213 Reactive_ Reacting to Status or Value Changes.mp4
8.96MB
15 Handling Forms in Angular Apps/214 Reactive_ Setting and Patching Values.mp4
8.9MB
15 Handling Forms in Angular Apps/215 [assignment_video] Practicing Reactive Forms.mp4
2.96MB
15 Handling Forms in Angular Apps/215 [OPTIONAL] Assignment Solution.mp4
211.34MB
16 Course Project - Forms/216 Introduction.mp4
1.84MB
16 Course Project - Forms/217 TD_ Adding the Shopping List Form.mp4
10.45MB
16 Course Project - Forms/218 Adding Validation to the Form.mp4
5.55MB
16 Course Project - Forms/219 Allowing the Selection of Items in the List.mp4
11.05MB
16 Course Project - Forms/220 Loading the Shopping List Items into the Form.mp4
26.57MB
16 Course Project - Forms/221 Updating existing Items.mp4
9.19MB
16 Course Project - Forms/222 Resetting the Form.mp4
6.61MB
16 Course Project - Forms/223 Allowing the the User to Clear (Cancel) the Form.mp4
3.83MB
16 Course Project - Forms/224 Allowing the Deletion of Shopping List Items.mp4
7.47MB
16 Course Project - Forms/225 Creating the Template for the (Reactive) Recipe Edit Form.mp4
11.48MB
16 Course Project - Forms/226 Creating the Form For Editing Recipes.mp4
12.83MB
16 Course Project - Forms/227 Syncing HTML with the Form.mp4
11.76MB
16 Course Project - Forms/229 Adding Ingredient Controls to a Form Array.mp4
55.85MB
16 Course Project - Forms/230 Adding new Ingredient Controls.mp4
11.63MB
16 Course Project - Forms/231 Validating User Input.mp4
14.94MB
16 Course Project - Forms/232 Submitting the Recipe Edit Form.mp4
20.76MB
16 Course Project - Forms/233 Adding a Delete and Clear (Cancel) Functionality.mp4
13.96MB
16 Course Project - Forms/234 Redirecting the User (after Deleting a Recipe).mp4
5.53MB
16 Course Project - Forms/235 Adding an Image Preview.mp4
5.48MB
16 Course Project - Forms/236 Providing the Recipe Service Correctly.mp4
6.74MB
16 Course Project - Forms/237 Deleting Ingredients and Some Finishing Touches.mp4
12.3MB
17 Using Pipes to Transform Output/239 Introduction & Why Pipes are Useful.mp4
7.32MB
17 Using Pipes to Transform Output/240 Using Pipes.mp4
14.21MB
17 Using Pipes to Transform Output/241 Parametrizing Pipes.mp4
8.53MB
17 Using Pipes to Transform Output/242 Where to learn more about Pipes.mp4
9.06MB
17 Using Pipes to Transform Output/243 Chaining Multiple Pipes.mp4
10.2MB
17 Using Pipes to Transform Output/244 Creating a Custom Pipe.mp4
25.07MB
17 Using Pipes to Transform Output/245 Parametrizing a Custom Pipe.mp4
10.68MB
17 Using Pipes to Transform Output/246 Example_ Creating a Filter Pipe.mp4
26.18MB
17 Using Pipes to Transform Output/247 Pure and Impure Pipes (or_ How to _fix_ the Filter Pipe).mp4
18.85MB
17 Using Pipes to Transform Output/248 Understanding the _async_ Pipe.mp4
15.92MB
17 Using Pipes to Transform Output/249 [assignment_video] Practicing Pipes.mp4
2.97MB
18 Making Http Requests/249 A New IDE.mp4
4.55MB
18 Making Http Requests/250 Module Introduction.mp4
2.25MB
18 Making Http Requests/251 How Does Angular Interact With Backends_.mp4
10.65MB
18 Making Http Requests/252 The Anatomy of a Http Request.mp4
6.41MB
18 Making Http Requests/253 Backend (Firebase) Setup.mp4
22.79MB
18 Making Http Requests/254 Sending a POST Request.mp4
78.5MB
18 Making Http Requests/255 GETting Data.mp4
23.04MB
18 Making Http Requests/256 Using RxJS Operators to Transform Response Data.mp4
34.91MB
18 Making Http Requests/257 Using Types with the HttpClient.mp4
45.54MB
18 Making Http Requests/258 Outputting Posts.mp4
19.35MB
18 Making Http Requests/259 Showing a Loading Indicator.mp4
16.8MB
18 Making Http Requests/260 Using a Service for Http Requests.mp4
59.07MB
18 Making Http Requests/261 Services & Components Working Together.mp4
32.03MB
18 Making Http Requests/262 Sending a DELETE Request.mp4
27.88MB
18 Making Http Requests/263 Handling Errors.mp4
57.37MB
18 Making Http Requests/264 Using Subjects for Error Handling.mp4
28.42MB
18 Making Http Requests/265 Using the catchError Operator.mp4
21.82MB
18 Making Http Requests/266 Error Handling & UX.mp4
20.32MB
18 Making Http Requests/267 Setting Headers.mp4
30.11MB
18 Making Http Requests/268 Adding Query Params.mp4
35.62MB
18 Making Http Requests/269 Observing Different Types of Responses.mp4
68.31MB
18 Making Http Requests/270 Changing the Response Body Type.mp4
29.97MB
18 Making Http Requests/271 Introducing Interceptors.mp4
59.07MB
18 Making Http Requests/272 Manipulating Request Objects.mp4
21.78MB
18 Making Http Requests/273 Response Interceptors.mp4
26.49MB
18 Making Http Requests/274 Multiple Interceptors.mp4
44.67MB
18 Making Http Requests/275 Wrap Up.mp4
20.56MB
19 Course Project - Http/277 Module Introduction.mp4
4.39MB
19 Course Project - Http/278 Backend (Firebase) Setup.mp4
14.67MB
19 Course Project - Http/279 Setting Up the DataStorage Service.mp4
50.67MB
19 Course Project - Http/280 Storing Recipes.mp4
56.97MB
19 Course Project - Http/281 Fetching Recipes.mp4
56.11MB
19 Course Project - Http/282 Transforming Response Data.mp4
41.85MB
19 Course Project - Http/283 Resolving Data Before Loading.mp4
74MB
19 Course Project - Http/284 Fixing a Bug with the Resolver.mp4
17.71MB
20 Authentication & Route Protection in Angular/285 Module Introduction.mp4
1.47MB
20 Authentication & Route Protection in Angular/286 How Authentication Works.mp4
10.79MB
20 Authentication & Route Protection in Angular/287 Adding the Auth Page.mp4
54.94MB
20 Authentication & Route Protection in Angular/288 Switching Between Auth Modes.mp4
32.09MB
20 Authentication & Route Protection in Angular/289 Handling Form Input.mp4
25.01MB
20 Authentication & Route Protection in Angular/290 Preparing the Backend.mp4
16.17MB
20 Authentication & Route Protection in Angular/292 Preparing the Signup Request.mp4
79.2MB
20 Authentication & Route Protection in Angular/293 Sending the Signup Request.mp4
38.99MB
20 Authentication & Route Protection in Angular/294 Adding a Loading Spinner & Error Handling Logic.mp4
61.45MB
20 Authentication & Route Protection in Angular/295 Improving Error Handling.mp4
55.16MB
20 Authentication & Route Protection in Angular/296 Sending Login Requests.mp4
61.59MB
20 Authentication & Route Protection in Angular/297 Login Error Handling.mp4
44.67MB
20 Authentication & Route Protection in Angular/298 Creating & Storing the User Data.mp4
93.35MB
20 Authentication & Route Protection in Angular/299 Reflecting the Auth State in the UI.mp4
85.95MB
20 Authentication & Route Protection in Angular/300 Adding the Token to Outgoing Requests.mp4
96.7MB
20 Authentication & Route Protection in Angular/301 Attaching the Token with an Interceptor.mp4
82.01MB
20 Authentication & Route Protection in Angular/302 Adding Logout.mp4
28.25MB
20 Authentication & Route Protection in Angular/303 Adding Auto-Login.mp4
90.7MB
20 Authentication & Route Protection in Angular/304 Adding Auto-Logout.mp4
74.49MB
20 Authentication & Route Protection in Angular/305 Adding an Auth Guard.mp4
100.73MB
20 Authentication & Route Protection in Angular/306 Wrap Up.mp4
19.98MB
21 Dynamic Components/308 Module Introduction.mp4
2.16MB
21 Dynamic Components/309 Adding an Alert Modal Component.mp4
63.39MB
21 Dynamic Components/310 Understanding the Different Approaches.mp4
7.11MB
21 Dynamic Components/311 Using ngIf.mp4
30.26MB
21 Dynamic Components/312 Preparing Programmatic Creation.mp4
77.02MB
21 Dynamic Components/313 Creating a Component Programmatically.mp4
42.33MB
21 Dynamic Components/314 Understanding entryComponents.mp4
42.31MB
21 Dynamic Components/315 Data Binding & Event Binding.mp4
54.63MB
21 Dynamic Components/316 Wrap Up.mp4
14.43MB
22 Angular Modules & Optimizing Angular Apps/318 Module Introduction.mp4
1.3MB
22 Angular Modules & Optimizing Angular Apps/319 What are Modules_.mp4
9.27MB
22 Angular Modules & Optimizing Angular Apps/320 Analyzing the AppModule.mp4
67.53MB
22 Angular Modules & Optimizing Angular Apps/321 Getting Started with Feature Modules.mp4
79.64MB
22 Angular Modules & Optimizing Angular Apps/322 Splitting Modules Correctly.mp4
40.35MB
22 Angular Modules & Optimizing Angular Apps/323 Adding Routes to Feature Modules.mp4
47.51MB
22 Angular Modules & Optimizing Angular Apps/324 Component Declarations.mp4
18.62MB
22 Angular Modules & Optimizing Angular Apps/325 The ShoppingList Feature Module.mp4
44.16MB
22 Angular Modules & Optimizing Angular Apps/326 Understanding Shared Modules.mp4
74.21MB
22 Angular Modules & Optimizing Angular Apps/327 Understanding the Core Module.mp4
46.59MB
22 Angular Modules & Optimizing Angular Apps/328 Adding an Auth Feature Module.mp4
41.81MB
22 Angular Modules & Optimizing Angular Apps/329 Understanding Lazy Loading.mp4
7.12MB
22 Angular Modules & Optimizing Angular Apps/330 Implementing Lazy Loading.mp4
99.93MB
22 Angular Modules & Optimizing Angular Apps/331 More Lazy Loading.mp4
28.34MB
22 Angular Modules & Optimizing Angular Apps/332 Preloading Lazy-Loaded Code.mp4
33.7MB
22 Angular Modules & Optimizing Angular Apps/333 Modules & Services.mp4
18.94MB
22 Angular Modules & Optimizing Angular Apps/334 Loading Services Differently.mp4
80.6MB
22 Angular Modules & Optimizing Angular Apps/335 Ahead-of-Time Compilation.mp4
81.7MB
22 Angular Modules & Optimizing Angular Apps/336 Wrap Up.mp4
8.03MB
23 Deploying an Angular App/338 Module Introduction.mp4
1.37MB
23 Deploying an Angular App/339 Deployment Preparation & Steps.mp4
7.96MB
23 Deploying an Angular App/340 Using Environment Variables.mp4
36.33MB
23 Deploying an Angular App/341 Deployment Example_ Firebase Hosting.mp4
67.88MB
24 Bonus_ Working with NgRx in our Project/343 Module Introduction.mp4
1.03MB
24 Bonus_ Working with NgRx in our Project/344 What is Application State_.mp4
61.26MB
24 Bonus_ Working with NgRx in our Project/345 What is NgRx_.mp4
21.92MB
24 Bonus_ Working with NgRx in our Project/346 Getting Started with Reducers.mp4
54.46MB
24 Bonus_ Working with NgRx in our Project/347 Adding Logic to the Reducer.mp4
52.67MB
24 Bonus_ Working with NgRx in our Project/348 Understanding & Adding Actions.mp4
52.29MB
24 Bonus_ Working with NgRx in our Project/349 Setting Up the NgRx Store.mp4
48.44MB
24 Bonus_ Working with NgRx in our Project/350 Selecting State.mp4
96.18MB
24 Bonus_ Working with NgRx in our Project/351 Dispatching Actions.mp4
73.6MB
24 Bonus_ Working with NgRx in our Project/352 Multiple Actions.mp4
98.61MB
24 Bonus_ Working with NgRx in our Project/353 Preparing Update & Delete Actions.mp4
33.92MB
24 Bonus_ Working with NgRx in our Project/354 Updating & Deleting Ingredients.mp4
104.01MB
24 Bonus_ Working with NgRx in our Project/355 Expanding the State.mp4
100.29MB
24 Bonus_ Working with NgRx in our Project/356 Managing More State via NgRx.mp4
103.8MB
24 Bonus_ Working with NgRx in our Project/357 Removing Redundant Component State Management.mp4
40.48MB
24 Bonus_ Working with NgRx in our Project/358 First Summary & Clean Up.mp4
58.16MB
24 Bonus_ Working with NgRx in our Project/359 One Root State.mp4
114.57MB
24 Bonus_ Working with NgRx in our Project/360 Setting Up Auth Reducer & Actions.mp4
81.79MB
24 Bonus_ Working with NgRx in our Project/361 Dispatching Auth Actions.mp4
68.08MB
24 Bonus_ Working with NgRx in our Project/362 Auth Finished (For Now...).mp4
79.36MB
24 Bonus_ Working with NgRx in our Project/363 And Important Note on Actions.mp4
61.98MB
24 Bonus_ Working with NgRx in our Project/364 Exploring NgRx Effects.mp4
39.47MB
24 Bonus_ Working with NgRx in our Project/365 Defining the First Effect.mp4
42.49MB
24 Bonus_ Working with NgRx in our Project/366 Effects & Error Handling.mp4
96.28MB
24 Bonus_ Working with NgRx in our Project/367 Login via NgRx Effects.mp4
102.13MB
24 Bonus_ Working with NgRx in our Project/368 Managing UI State in NgRx.mp4
81.03MB
24 Bonus_ Working with NgRx in our Project/369 Finishing the Login Effect.mp4
76.96MB
24 Bonus_ Working with NgRx in our Project/370 Preparing Other Auth Actions.mp4
45.02MB
24 Bonus_ Working with NgRx in our Project/371 Adding Signup.mp4
73.83MB
24 Bonus_ Working with NgRx in our Project/372 Further Auth Effects.mp4
68.66MB
24 Bonus_ Working with NgRx in our Project/373 Adding Auto-Login with NgRx.mp4
95.64MB
24 Bonus_ Working with NgRx in our Project/374 Adding Auto-Logout.mp4
75.12MB
24 Bonus_ Working with NgRx in our Project/375 Finishing the Auth Effects.mp4
29.77MB
24 Bonus_ Working with NgRx in our Project/376 Using the Store Devtools.mp4
47.87MB
24 Bonus_ Working with NgRx in our Project/377 The Router Store.mp4
20.33MB
24 Bonus_ Working with NgRx in our Project/378 Getting Started with NgRx for Recipes.mp4
110.93MB
24 Bonus_ Working with NgRx in our Project/379 Fetching Recipe Detail Data.mp4
101.21MB
24 Bonus_ Working with NgRx in our Project/380 Fetching Recipes & Using the Resolver.mp4
129.02MB
24 Bonus_ Working with NgRx in our Project/381 Fixing the Auth Redirect.mp4
24.39MB
24 Bonus_ Working with NgRx in our Project/382 Update, Delete and Add Recipes.mp4
168.57MB
24 Bonus_ Working with NgRx in our Project/383 Storing Recipes via Effects.mp4
66.08MB
24 Bonus_ Working with NgRx in our Project/384 Cleanup Work.mp4
23.88MB
24 Bonus_ Working with NgRx in our Project/385 Wrap Up.mp4
25.76MB
25 Bonus_ Angular Universal/388 Module Introduction.mp4
8.03MB
25 Bonus_ Angular Universal/390 Adding Angular Universal.mp4
84.28MB
25 Bonus_ Angular Universal/391 Adding Angular Universal with NestJS.mp4
57.1MB
25 Bonus_ Angular Universal/394 Module Introduction.mp4
5.73MB
25 Bonus_ Angular Universal/395 Getting Started with Angular Universal.mp4
19.98MB
25 Bonus_ Angular Universal/396 Working on the App Module.mp4
53.04MB
25 Bonus_ Angular Universal/397 Adding a Server-Side Build Workflow.mp4
65.6MB
25 Bonus_ Angular Universal/398 Adding a NodeJS Server.mp4
122.53MB
25 Bonus_ Angular Universal/399 Pre-Rendering the App on the Server.mp4
59.58MB
25 Bonus_ Angular Universal/400 Next Steps.mp4
20.33MB
26 Angular Animations/403 Introduction.mp4
4.45MB
26 Angular Animations/404 Setting up the Starting Project.mp4
3.81MB
26 Angular Animations/405 Animations Triggers and State.mp4
27.74MB
26 Angular Animations/406 Switching between States.mp4
9.18MB
26 Angular Animations/407 Transitions.mp4
7.85MB
26 Angular Animations/408 Advanced Transitions.mp4
21.46MB
26 Angular Animations/409 Transition Phases.mp4
16.11MB
26 Angular Animations/410 The _void_ State.mp4
25.27MB
26 Angular Animations/411 Using Keyframes for Animations.mp4
21.6MB
26 Angular Animations/412 Grouping Transitions.mp4
9.53MB
26 Angular Animations/413 Using Animation Callbacks.mp4
11.13MB
27 Adding Offline Capabilities with Service Workers/414 Module Introduction.mp4
37.16MB
27 Adding Offline Capabilities with Service Workers/415 Adding Service Workers.mp4
207.3MB
27 Adding Offline Capabilities with Service Workers/416 Caching Assets for Offline Use.mp4
93.98MB
27 Adding Offline Capabilities with Service Workers/417 Caching Dynamic Assets & URLs.mp4
122.29MB
28 A Basic Introduction to Unit Testing in Angular Apps/420 Introduction.mp4
5.18MB
28 A Basic Introduction to Unit Testing in Angular Apps/421 Why Unit Tests_.mp4
8.11MB
28 A Basic Introduction to Unit Testing in Angular Apps/422 Analyzing the Testing Setup (as created by the CLI).mp4
33.99MB
28 A Basic Introduction to Unit Testing in Angular Apps/423 Running Tests (with the CLI).mp4
10MB
28 A Basic Introduction to Unit Testing in Angular Apps/424 Adding a Component and some fitting Tests.mp4
22.65MB
28 A Basic Introduction to Unit Testing in Angular Apps/425 Testing Dependencies_ Components and Services.mp4
27.41MB
28 A Basic Introduction to Unit Testing in Angular Apps/426 Simulating Async Tasks.mp4
40.34MB
28 A Basic Introduction to Unit Testing in Angular Apps/427 Using _fakeAsync_ and _tick_.mp4
11.08MB
28 A Basic Introduction to Unit Testing in Angular Apps/428 Isolated vs Non-Isolated Tests.mp4
25.64MB
29 Angular as a Platform & Closer Look at the CLI/430 Module Introduction.mp4
3.69MB
29 Angular as a Platform & Closer Look at the CLI/431 A Closer Look at _ng new_.mp4
41.96MB
29 Angular as a Platform & Closer Look at the CLI/432 IDE & Project Setup.mp4
15.51MB
29 Angular as a Platform & Closer Look at the CLI/433 Understanding the Config Files.mp4
62.95MB
29 Angular as a Platform & Closer Look at the CLI/434 Important CLI Commands.mp4
43.93MB
29 Angular as a Platform & Closer Look at the CLI/435 The _angular.json_ File - A Closer Look.mp4
93.51MB
29 Angular as a Platform & Closer Look at the CLI/436 Angular Schematics - An Introduction.mp4
10.82MB
29 Angular as a Platform & Closer Look at the CLI/437 The _ng add_ Command.mp4
35.23MB
29 Angular as a Platform & Closer Look at the CLI/438 Using Custom _ng generate_ Schematics.mp4
23.76MB
29 Angular as a Platform & Closer Look at the CLI/439 Smooth Updating of Projects with _ng update_.mp4
16.16MB
29 Angular as a Platform & Closer Look at the CLI/440 Simplified Deployment with _ng deploy_.mp4
40.45MB
29 Angular as a Platform & Closer Look at the CLI/441 Understanding _Differential Loading_.mp4
33.82MB
29 Angular as a Platform & Closer Look at the CLI/442 Managing Multiple Projects in One Folder.mp4
29.47MB
29 Angular as a Platform & Closer Look at the CLI/443 Angular Libraries - An Introduction.mp4
22.48MB
29 Angular as a Platform & Closer Look at the CLI/444 Wrap Up.mp4
14MB
31 Course Roundup/447 Course Roundup.mp4
15.47MB
32 Bonus_ TypeScript Introduction (for Angular 2 Usage)/449 Introduction.mp4
78.63MB
32 Bonus_ TypeScript Introduction (for Angular 2 Usage)/450 Using Types.mp4
192.64MB
32 Bonus_ TypeScript Introduction (for Angular 2 Usage)/451 Classes.mp4
144.02MB
32 Bonus_ TypeScript Introduction (for Angular 2 Usage)/452 Interfaces.mp4
171.72MB
32 Bonus_ TypeScript Introduction (for Angular 2 Usage)/453 Generics.mp4
82.1MB
32 Bonus_ TypeScript Introduction (for Angular 2 Usage)/454 Wrap up & Modules.mp4
78.68MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统