Torrent Info
Title [FreeCourseSite.com] Udemy - the-complete-guide-to-angular-2
Category Books
Size 4.42GB

Files List
Please note that this page does not hosts or makes available any of the listed filenames. You cannot download any of those files from here.
[FreeCourseSite.com].txt 1.07KB
[FreeCourseSite.com].url 127B
[HaxTech.me].txt 1.05KB
[HaxTech.me].url 123B
001 Course Introduction.mp4 4.39MB
002 What is Angular.mp4 7.87MB
003 Angular vs Angular 2 vs Angular 4.mp4 5.60MB
004 CLI Deep Dive Troubleshooting.html 3.34KB
005 Project Setup and First App.mp4 20.85MB
006 Editing the First App.mp4 32.52MB
007 The Course Structure.mp4 14.64MB
008 How to get the Most out of the Course.mp4 8.69MB
009 What is TypeScript.mp4 7.56MB
010 A Basic Project Setup using Bootstrap for Styling.mp4 14.29MB
011 Where to find the Course Source Code.html 698B
012 Module Introduction.mp4 3.74MB
013 How an Angular App gets Loaded and Started.mp4 28.17MB
014 Components are Important.mp4 11.38MB
015 Creating a New Component.mp4 25.20MB
016 Understanding the Role of AppModule and Component Declaration.mp4 20.41MB
017 Using Custom Components.mp4 4.00MB
018 Creating Components with the CLI Nesting Components.mp4 14.68MB
019 Working with Component Templates.mp4 11.55MB
020 Working with Component Styles.mp4 15.07MB
021 Fully Understanding the Component Selector.mp4 14.71MB
022 What is Databinding.mp4 9.96MB
023 String Interpolation.mp4 18.86MB
024 Property Binding.mp4 25.19MB
025 Property Binding vs String Interpolation.mp4 12.30MB
026 Event Binding.mp4 15.37MB
027 Bindable Properties and Events.html 947B
028 Passing and Using Data with Event Binding.mp4 19.44MB
029 Two-Way-Databinding.mp4 10.93MB
030 Important FormsModule is Required for Two-Way-Binding.html 745B
031 Combining all Forms of Databinding.mp4 6.91MB
032 Understanding Directives.mp4 7.40MB
033 Using ngIf to Output Data Conditionally.mp4 14.56MB
034 Enhancing ngIf with an Else Condition.mp4 11.90MB
035 Styling Elements Dynamically with ngStyle.mp4 19.14MB
036 Applying CSS Classes Dynamically with ngClass.mp4 10.86MB
037 Outputting Lists with ngFor.mp4 14.70MB
038 Getting the Index when using ngFor.mp4 12.30MB
039 Project Introduction.mp4 1.57MB
040 Planning the App.mp4 8.56MB
041 Setting up the Application.mp4 9.95MB
042 Creating the Components.mp4 20.05MB
043 Using the Components.mp4 7.66MB
044 Adding a Navigation Bar.mp4 12.75MB
045 Alternative Non-Collapsable Navigation Bar.html 667B
046 Creating a Recipe Model.mp4 9.91MB
047 Adding Content to the Recipes Components.mp4 19.94MB
048 Outputting a List of Recipes with ngFor.mp4 12.11MB
049 Displaying Recipe Details.mp4 14.23MB
050 Working on the ShoppingListComponent.mp4 4.17MB
051 Creating an Ingredient Model.mp4 5.69MB
052 Creating and Outputting the Shopping List.mp4 5.63MB
053 Adding a Shopping List Edit Section.mp4 7.78MB
054 Wrap Up Next Steps.mp4 1.49MB
055 Understanding Angular Error Messages.mp4 19.41MB
056 Debugging Code in the Browser Using Sourcemaps.mp4 24.30MB
057 Using Augury to Dive into Angular Apps.mp4 7.53MB
058 Module Introduction.mp4 2.17MB
059 Splitting Apps into Components.mp4 24.10MB
060 Property Event Binding Overview.mp4 6.06MB
061 Binding to Custom Properties.mp4 23.79MB
062 Assigning an Alias to Custom Properties.mp4 8.37MB
063 Binding to Custom Events.mp4 35.92MB
064 Assigning an Alias to Custom Events.mp4 3.76MB
065 Custom Property and Event Binding Summary.mp4 8.82MB
066 Understanding View Encapsulation.mp4 19.46MB
067 More on View Encapsulation.mp4 11.72MB
068 Using Local References in Templates.mp4 17.79MB
069 Getting Access to the Template DOM with ViewChild.mp4 19.98MB
070 Projecting Content into Components with ng-content.mp4 13.66MB
071 Understanding the Component Lifecycle.mp4 16.44MB
072 Seeing Lifecycle Hooks in Action.mp4 47.91MB
073 Lifecycle Hooks and Template Access.mp4 11.36MB
074 Getting Access to ng-content with ContentChild.mp4 13.65MB
075 Wrap Up.mp4 3.61MB
076 Introduction.mp4 1.41MB
077 Adding Navigation with Event Binding and ngIf.mp4 16.72MB
078 Passing Recipe Data with Property Binding.mp4 10.93MB
079 Passing Data with Event and Property Binding Combined.mp4 26.16MB
080 Allowing the User to Add Ingredients to the Shopping List.mp4 18.04MB
081 Module Introduction.mp4 4.69MB
082 ngFor and ngIf Recap.mp4 14.31MB
083 ngClass and ngStyle Recap.mp4 11.17MB
084 Creating a Basic Attribute Directive.mp4 24.81MB
085 Using the Renderer to build a Better Attribute Directive.mp4 18.05MB
086 More about the Renderer.html 743B
087 Using HostListener to Listen to Host Events.mp4 11.36MB
088 Using HostBinding to Bind to Host Properties.mp4 13.07MB
089 Binding to Directive Properties.mp4 27.55MB
090 What Happens behind the Scenes on Structural Directives.mp4 12.57MB
091 Building a Structural Directive.mp4 24.84MB
092 Understanding ngSwitch.mp4 10.49MB
093 Building and Using a Dropdown Directive.mp4 14.04MB
094 Module Introduction.mp4 5.97MB
095 Why would you Need Services.mp4 8.18MB
096 Creating a Logging Service.mp4 13.43MB
097 Injecting the Logging Service into Components.mp4 24.37MB
098 Creating a Data Service.mp4 24.31MB
099 Understanding the Hierarchical Injector.mp4 9.86MB
100 How many Instances of Service Should It Be.mp4 8.55MB
101 Injecting Services into Services.mp4 16.69MB
102 Using Services for Cross-Component Communication.mp4 15.77MB
103 Introduction.mp4 2.77MB
104 Setting up the Services.mp4 2.89MB
105 Managing Recipes in a Recipe Service.mp4 9.69MB
106 Using a Service for Cross-Component Communication.mp4 12.69MB
107 Adding the Shopping List Service.mp4 12.80MB
108 Using Services for Push Notifications.mp4 7.45MB
109 Adding Ingredients to Recipes.mp4 9.71MB
110 Passing Ingredients from Recipes to the Shopping List via a Service.mp4 17.49MB
111 Module Introduction.mp4 5.63MB
112 Why do we need a Router.mp4 4.98MB
113 Understanding the Example Project.html 683B
114 Setting up and Loading Routes.mp4 35.66MB
115 Navigating with Router Links.mp4 21.46MB
116 Understanding Navigation Paths.mp4 22.85MB
117 Styling Active Router Links.mp4 20.53MB
118 Navigating Programmatically.mp4 13.85MB
119 Using Relative Paths in Programmatic Navigation.mp4 22.22MB
120 Passing Parameters to Routes.mp4 12.60MB
121 Fetching Route Parameters.mp4 15.08MB
122 Fetching Route Parameters Reactively.mp4 31.05MB
123 An Important Note about Route Observables.mp4 11.24MB
124 Passing Query Parameters and Fragments.mp4 22.44MB
125 Retrieving Query Parameters and Fragments.mp4 14.21MB
126 Practicing and some Common Gotchas.mp4 25.53MB
127 Setting up Child Nested Routes.mp4 20.37MB
128 Using Query Parameters - Practice.mp4 21.65MB
129 Configuring the Handling of Query Parameters.mp4 7.83MB
130 Redirecting and Wildcard Routes.mp4 21.79MB
131 Important Redirection Path Matching.html 1.51KB
132 Outsourcing the Route Configuration.mp4 20.35MB
133 An Introduction to Guards.mp4 7.07MB
134 Protecting Routes with canActivate.mp4 35.05MB
135 Protecting Child Nested Routes with canActivateChild.mp4 11.17MB
136 Using a Fake Auth Service.mp4 6.73MB
137 Controlling Navigation with canDeactivate.mp4 50.78MB
138 Passing Static Data to a Route.mp4 25.65MB
139 Resolving Dynamic Data with the resolve Guard.mp4 39.98MB
140 Understanding Location Strategies.mp4 18.76MB
141 Wrap Up.mp4 3.21MB
142 Planning the General Structure.mp4 2.61MB
143 Setting Up Routes.mp4 16.47MB
144 Adding Navigation to the App.mp4 4.32MB
145 Marking Active Routes.mp4 4.39MB
146 Fixing Page Reload Issues.mp4 8.70MB
147 Child Routes Challenge.mp4 4.35MB
148 Adding Child Routing Together.mp4 10.75MB
149 Configuring Route Parameters.mp4 16.78MB
150 Passing Dynamic Parameters to Links.mp4 7.37MB
151 Styling Active Recipe Items.mp4 3.95MB
152 Adding Editing Routes.mp4 10.45MB
153 Retrieving Route Parameters.mp4 8.76MB
154 Programmatic Navigation to the Edit Page.mp4 13.81MB
155 One Note about Route Observables.mp4 2.02MB
156 Project Cleanup.html 1.26KB
157 Module Introduction.mp4 15.54MB
158 Analyzing a Built-in Angular Observable.mp4 15.71MB
159 Building Using a First Simple Observable.mp4 11.01MB
160 Building Using a Custom Observable from Scratch.mp4 23.97MB
161 Unsubscribe.mp4 13.96MB
162 Where to learn more.mp4 7.61MB
163 Using Subjects to Pass AND Listen to Data.mp4 23.22MB
164 Understanding Observable Operators.mp4 15.30MB
165 Wrap Up.mp4 8.15MB
166 Improving the Reactive Service with Observables Subjects.mp4 10.16MB
167 Module Introduction.mp4 4.89MB
168 Why do we Need Angulars Help.mp4 8.82MB
169 Template-Driven TD vs Reactive Approach.mp4 4.61MB
170 An Example Form.mp4 6.50MB
171 TD Creating the Form and Registering the Controls.mp4 24.02MB
172 TD Submitting and Using the Form.mp4 25.96MB
173 TD Understanding Form State.mp4 9.32MB
174 TD Accessing the Form with ViewChild.mp4 11.91MB
175 TD Adding Validation to check User Input.mp4 16.44MB
176 Built-in Validators Using HTML5 Validation.html 1.26KB
177 TD Using the Form State.mp4 17.65MB
178 TD Outputting Validation Error Messages.mp4 9.62MB
179 TD Set Default Values with ngModel Property Binding.mp4 9.75MB
180 TD Using ngModel with Two-Way-Binding.mp4 10.86MB
181 TD Grouping Form Controls.mp4 14.13MB
182 TD Handling Radio Buttons.mp4 13.87MB
183 TD Setting and Patching Form Values.mp4 18.38MB
184 TD Using Form Data.mp4 18.47MB
185 TD Resetting Forms.mp4 7.75MB
186 Introduction to the Reactive Approach.mp4 2.29MB
187 Reactive Setup.mp4 9.30MB
188 Reactive Creating a Form in Code.mp4 15.33MB
189 Reactive Syncing HTML and Form.mp4 15.42MB
190 Reactive Submitting the Form.mp4 9.74MB
191 Reactive Adding Validation.mp4 10.91MB
192 Reactive Getting Access to Controls.mp4 16.13MB
193 Reactive Grouping Controls.mp4 17.38MB
194 Reactive Arrays of Form Controls FormArray.mp4 27.05MB
195 Reactive Creating Custom Validators.mp4 25.78MB
196 Reactive Using Error Codes.mp4 14.03MB
197 Reactive Creating a Custom Async Validator.mp4 18.43MB
198 Reactive Reacting to Status or Value Changes.mp4 8.93MB
199 Reactive Setting and Patching Values.mp4 8.87MB
200 Introduction.mp4 1.83MB
201 TD Adding the Shopping List Form.mp4 10.40MB
202 Adding Validation to the Form.mp4 5.52MB
203 Allowing the Selection of Items in the List.mp4 10.99MB
204 Loading the Shopping List Items into the Form.mp4 7.92MB
205 Updating existing Items.mp4 9.14MB
206 Resetting the Form.mp4 6.58MB
207 Allowing the the User to Clear Cancel the Form.mp4 3.81MB
208 Allowing the Deletion of Shopping List Items.mp4 7.43MB
209 Creating the Template for the Reactive Recipe Edit Form.mp4 11.41MB
210 Creating the Form For Editing Recipes.mp4 12.76MB
211 Syncing HTML with the Form.mp4 11.70MB
212 Adding Ingredient Controls to a Form Array.mp4 15.42MB
213 Adding new Ingredient Controls.mp4 11.58MB
214 Validating User Input.mp4 14.87MB
215 Submitting the Recipe Edit Form.mp4 20.66MB
216 Adding a Delete and Clear Cancel Functionality.mp4 13.89MB
217 Redirecting the User after Deleting a Recipe.mp4 5.51MB
218 Adding an Image Preview.mp4 5.46MB
219 Providing the Recipe Service Correctly.mp4 6.71MB
220 Deleting Ingredients and Some Finishing Touches.mp4 12.25MB
221 Introduction Why Pipes are Useful.mp4 7.29MB
222 Using Pipes.mp4 14.16MB
223 Parametrizing Pipes.mp4 8.50MB
224 Where to learn more about Pipes.mp4 9.04MB
225 Chaining Multiple Pipes.mp4 10.16MB
226 Creating a Custom Pipe.mp4 24.98MB
227 Parametrizing a Custom Pipe.mp4 10.65MB
228 Example Creating a Filter Pipe.mp4 26.08MB
229 Pure and Impure Pipes or How to fix the Filter Pipe.mp4 18.79MB
230 Understanding the async Pipe.mp4 15.86MB
231 Introduction How Http Requests Work in SPAs.mp4 7.64MB
232 Example App Backend Setup.mp4 12.39MB
233 Sending Requests Example POST Request.mp4 35.60MB
234 Adjusting Request Headers.mp4 10.20MB
235 Sending GET Requests.mp4 23.13MB
236 Sending a PUT Request.mp4 6.37MB
237 Transform Responses Easily with Observable Operators map.mp4 13.93MB
238 Using the Returned Data.mp4 9.75MB
239 Catching Http Errors.mp4 15.09MB
240 Using the async Pipe with Http Requests.mp4 16.24MB
241 Introduction.mp4 3.97MB
242 Setting up Firebase as a Dummy Backend.mp4 5.75MB
243 Sending PUT Requests to Save Data.mp4 18.71MB
244 GETting Back the Recipes.mp4 11.98MB
245 Transforming Response Data to Prevent Errors.mp4 12.77MB
246 Module Introduction.mp4 1.56MB
247 How Authentication Works in Single-Page-Applications.mp4 7.86MB
248 More about JWT.html 610B
249 Creating a Signup Page and Route.mp4 16.70MB
250 Setting up the Firebase SDK.mp4 10.62MB
251 Signing Users Up.mp4 8.69MB
252 Signin Users In.mp4 12.41MB
253 Requiring a Token on the Backend.mp4 5.52MB
254 Sending the Token.mp4 15.80MB
255 Checking and Using Authentication Status.mp4 7.10MB
256 Adding a Logout Button.mp4 6.96MB
257 Route Protection and Redirection Example.mp4 12.09MB
258 Wrap Up.mp4 2.41MB
259 Possible Improvements.html 969B
260 Module Introduction.mp4 3.92MB
261 The Idea behind Modules.mp4 6.44MB
262 Understanding the App Module.mp4 26.46MB
263 Understanding Feature Modules.mp4 4.55MB
264 Creating a Recipe Feature Module.mp4 40.93MB
265 Registering Routes in a Feature Module.mp4 19.98MB
266 Understanding Shared Modules.mp4 2.14MB
267 Creating a Shared Module.mp4 21.53MB
268 Creating a Shopping List Feature Module.mp4 16.62MB
269 Loading Components via Selectors vs Routing.mp4 13.57MB
270 A Common Gotcha.mp4 6.59MB
271 Creating the Auth Feature Module.mp4 18.86MB
272 Understanding Lazy Loading.mp4 4.89MB
273 Adding Lazy Loading to the Recipes Module.mp4 33.27MB
274 Protecting Lazy Loaded Routes with canLoad.html 1.12KB
275 How Modules and Services Work Together.mp4 10.55MB
276 Understanding the Core Module.mp4 2.02MB
277 Creating a Basic Core Module.mp4 22.00MB
278 Restructuring Services to use the Child Injector.mp4 18.10MB
279 Using Ahead-of-Time Compilation.mp4 13.96MB
280 How to use AoT Compilation with the CLI.mp4 14.14MB
281 Preloading Lazy Loaded Routes.mp4 15.81MB
282 Wrap Up.mp4 1.78MB
283 Module Introduction.mp4 2.30MB
284 Deployment Preparations and Important Steps.mp4 15.13MB
285 Example Deploying to AWS S3.mp4 23.25MB
286 Making Animations Work with Angular 4.html 1.58KB
287 Introduction.mp4 4.42MB
288 Setting up the Starting Project.mp4 3.79MB
289 Animations Triggers and State.mp4 27.53MB
290 Switching between States.mp4 9.12MB
291 Transitions.mp4 7.79MB
292 Advanced Transitions.mp4 21.30MB
293 Transition Phases.mp4 15.99MB
294 The void State.mp4 25.09MB
295 Using Keyframes for Animations.mp4 21.43MB
296 Grouping Transitions.mp4 9.46MB
297 Using Animation Callbacks.mp4 11.05MB
298 About this Section.html 650B
299 Introduction.mp4 5.14MB
300 Why Unit Tests.mp4 8.05MB
301 Analyzing the Testing Setup as created by the CLI.mp4 33.74MB
302 Running Tests with the CLI.mp4 9.94MB
303 Adding a Component and some fitting Tests.mp4 22.46MB
304 Testing Dependencies Components and Services.mp4 27.20MB
305 Simulating Async Tasks.mp4 40.04MB
306 Using fakeAsync and tick.mp4 11.01MB
307 Isolated vs Non-Isolated Tests.mp4 25.46MB
308 Further Resources Where to Go Next.html 1.58KB
309 Course Roundup.mp4 15.45MB
310 What Changed with Angular 4.mp4 46.82MB
311 Introduction.mp4 1.03MB
312 Initializing the Project.mp4 1.13MB
313 Setting up the Basic Project Files.mp4 4.92MB
314 Installing the Core Dependencies.mp4 5.88MB
315 Filling the Project Files with Some Life.mp4 18.09MB
316 index.html Polyfills.mp4 6.49MB
317 Installing Development Dependencies.mp4 2.30MB
318 Setting up a Development Workflow.mp4 33.50MB
319 Finishing Using the Development Workflow.mp4 5.07MB
320 Setting up a Production Workflow.mp4 31.26MB
321 Adding Types Fixing Bugs.mp4 12.59MB
322 Finishing Touches.mp4 9.52MB
323 Introduction.mp4 62.54MB
324 Using Types.mp4 63.70MB
325 Classes.mp4 52.43MB
326 Interfaces.mp4 61.80MB
327 Generics.mp4 25.45MB
328 Wrap up Modules.mp4 23.71MB
329 Deep dive into TypeScript.html 2.74KB
Angular-4-What-s-New.pdf 49.21KB
Animations-Finished.zip 14.13KB
authentication-final.zip 77.46KB
authentication-final.zip 77.46KB
basics-components.zip 34.08KB
basics-components.zip 34.08KB
basics-databinding.zip 34.11KB
basics-databinding.zip 34.11KB
basics-directives.zip 34.18KB
basics-final.zip 33.30KB
basics-ngfor-addition.zip 29.53KB
CLI-beta30-Animations-Finished.zip 23.14KB
cmp-databinding-final.zip 36.39KB
cmp-databinding-start.zip 29.43KB
cmp-databinding-start.zip 29.43KB
custom-project.zip 20.41KB
debugging.zip 27.44KB
debugging.zip 27.44KB
directives-final.zip 33.22KB
directives-start.zip 28.44KB
directives-start.zip 28.44KB
Download Free EBooks & Udemy Tutorials For Free.html 251.63KB
Download Free EBooks & Udemy Tutorials For Free.html 251.63KB
Download Free EBooks & Udemy Tutorials For Free.html 251.63KB
first-app.zip 27.18KB
first-app.zip 27.18KB
forms-reactive-final.zip 30.08KB
forms-reactive-start.zip 29.08KB
forms-td-final.zip 29.07KB
forms-td-start.zip 28.27KB
How-to-learn-TypeScript.pdf 22.15KB
http-final.zip 28.94KB
http-start.zip 28.32KB
if-aot-fails.pdf 24.11KB
ng4-animations-finished.zip 29.60KB
ng4-animations-start.zip 29.13KB
ng4-testing-final.zip 35.47KB
ng4-testing-final.zip 35.47KB
observables-final.zip 35.26KB
observables-start.zip 33.92KB
optimizations-core-module.zip 88.86KB
optimizations-feature-shared-module.zip 88.34KB
optimizations-final.zip 88.24KB
optimizations-final-aot-fixed.zip 93.46KB
optimizations-lazy-loading.zip 87.59KB
optimizations-preloading.zip 88.46KB
pipes-final.zip 29.78KB
pipes-start.zip 28.57KB
prj-basics-final.zip 52.28KB
prj-basics-final.zip 52.28KB
prj-cmp-databinding-final.zip 55.70KB
prj-cmp-databinding-final.zip 55.70KB
prj-directives-final.zip 55.16KB
prj-directives-final.zip 55.16KB
prj-forms-final.zip 65.04KB
prj-forms-final.zip 65.04KB
prj-forms-reactive.zip 66.03KB
prj-forms-td.zip 62.65KB
prj-http-final.zip 65.92KB
prj-http-final.zip 65.92KB
prj-observables-final.zip 65.12KB
prj-observables-final.zip 65.12KB
prj-routing-final.zip 63.88KB
prj-routing-final.zip 63.88KB
prj-services-final.zip 56.83KB
prj-services-final.zip 56.83KB
prj-start.zip 27.22KB
project-template.zip 28.14KB
project-template.zip 28.14KB
routing-final.zip 58.64KB
routing-start.zip 46.44KB
routing-start.zip 46.44KB
services-final.zip 36.23KB
services-start.zip 34.62KB
services-start.zip 34.62KB
Testing.zip 17.03KB
typescript.zip 6.94KB
Distribution statistics by country
France (FR) 1
Poland (PL) 1
Russia (RU) 1
China (CN) 1
Slovenia (SI) 1
Total 5
IP List List of IP addresses which were distributed this torrent