种子简介
种子名称:
Angular 2 Fundamentals 19 Jan 2017
文件类型:
视频
文件数目:
146个文件
文件大小:
2.01 GB
收录时间:
2017-7-22 23:03
已经下载:
3次
资源热度:
213
最近下载:
2025-4-20 12:32
下载BT种子文件
下载Torrent文件(.torrent)
立即下载
磁力链接下载
magnet:?xt=urn:btih:b1981a87e093016260b0177c329c83ef8f1df071&dn=Angular 2 Fundamentals 19 Jan 2017
复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。
喜欢这个种子的人也喜欢
种子包含的文件
Angular 2 Fundamentals 19 Jan 2017.torrent
01 Course Overview/01 Course Overview.mp44.22MB
02 Getting Started/01 Introduction.mp45.73MB
02 Getting Started/02 Practice Exercises.mp48.55MB
02 Getting Started/03 Working with JavaScript Modules and SystemJs.mp43.74MB
02 Getting Started/04 Introduction to TypeScript.mp48.94MB
02 Getting Started/05 A Conceptual Overview of Angular 2.mp46.26MB
02 Getting Started/06 Here's What We'll Be Building.mp43.41MB
02 Getting Started/07 Installing Git and Node.mp46.66MB
02 Getting Started/08 Getting Started.mp417.39MB
02 Getting Started/09 Creating Your First Component.mp427.05MB
02 Getting Started/10 Using the Angular CLI.mp419.31MB
02 Getting Started/11 Summary.mp4606.25KB
03 Creating and Communicating Between Components/01 Introduction.mp4995.35KB
03 Creating and Communicating Between Components/02 Creating Your First Data-bound Component.mp419.86MB
03 Creating and Communicating Between Components/03 Using External Templates.mp44.23MB
03 Creating and Communicating Between Components/04 Communicating with Child Components Using @Input.mp420.59MB
03 Creating and Communicating Between Components/05 Communicating with Parent Components Using @Output.mp417.03MB
03 Creating and Communicating Between Components/06 Using Template Variables to Interact with Child Components.mp410.54MB
03 Creating and Communicating Between Components/07 Styling Components.mp47.1MB
03 Creating and Communicating Between Components/08 Exploring Angular's CSS Encapsulation.mp415.2MB
03 Creating and Communicating Between Components/09 Adding a Site Header.mp48.59MB
03 Creating and Communicating Between Components/10 Summary.mp4604.4KB
04 Exploring the New Template Syntax/01 Introduction.mp41.43MB
04 Exploring the New Template Syntax/02 Interpolation, Property Bindings, and Expressions.mp45.83MB
04 Exploring the New Template Syntax/03 Event Bindings and Statements.mp42.79MB
04 Exploring the New Template Syntax/04 Repeating Data with ngFor.mp418.6MB
04 Exploring the New Template Syntax/05 Handling Null Values with the Safe-Navigation Operator.mp413.06MB
04 Exploring the New Template Syntax/06 Hiding and Showing Content with ngIf.mp46.19MB
04 Exploring the New Template Syntax/07 Hiding Content with the [Hidden] Binding.mp47.53MB
04 Exploring the New Template Syntax/08 Hiding and Showing Content with ngSwitch.mp413.06MB
04 Exploring the New Template Syntax/09 Styling Components with ngClass.mp421.22MB
04 Exploring the New Template Syntax/10 Styling Components with ngStyle.mp411.81MB
04 Exploring the New Template Syntax/11 Summary.mp41022.74KB
05 Creating Reusable Services/01 Introduction.mp4820.57KB
05 Creating Reusable Services/02 Why We Need Services and Dependency Injection.mp410.13MB
05 Creating Reusable Services/03 Creating Your First Service.mp418.41MB
05 Creating Reusable Services/04 Wrapping Third Party Services.mp420.67MB
05 Creating Reusable Services/05 Summary.mp4915.22KB
06 Routing and Navigating Pages/01 Introduction.mp43.07MB
06 Routing and Navigating Pages/02 Adding Multiple Pages to Your App.mp412.88MB
06 Routing and Navigating Pages/03 Adding Your First Route.mp422.26MB
06 Routing and Navigating Pages/04 Accessing Route Parameters.mp47.25MB
06 Routing and Navigating Pages/05 Linking to Routes.mp46.39MB
06 Routing and Navigating Pages/06 Navigating from Code.mp49.59MB
06 Routing and Navigating Pages/07 Guarding Against Route Activation.mp417.3MB
06 Routing and Navigating Pages/08 Guarding Against Route De-activation.mp414.49MB
06 Routing and Navigating Pages/09 Pre-loading Data for Components.mp425.44MB
06 Routing and Navigating Pages/10 Styling Active Links.mp46.33MB
06 Routing and Navigating Pages/11 Lazily Loading Feature Modules.mp417.29MB
06 Routing and Navigating Pages/12 Organizing Your Exports with Barrels.mp410.57MB
06 Routing and Navigating Pages/13 Summary.mp4975.79KB
07 Collecting Data with Forms and Validation/01 Introduction.mp4946.17KB
07 Collecting Data with Forms and Validation/02 Using Models for Type Safety.mp419.93MB
07 Collecting Data with Forms and Validation/03 Creating Your First Template-based Form.mp422.77MB
07 Collecting Data with Forms and Validation/04 Using the Data from Your Template-based Form.mp421.69MB
07 Collecting Data with Forms and Validation/05 Validating Template-based Forms.mp422.17MB
07 Collecting Data with Forms and Validation/06 Creating Your First Reactive Form.mp424.71MB
07 Collecting Data with Forms and Validation/07 Validating Reactive Forms.mp424.32MB
07 Collecting Data with Forms and Validation/08 Using Multiple Validators in Reactive Forms.mp48.97MB
07 Collecting Data with Forms and Validation/09 Diving Deeper into Template-based Forms.mp434.99MB
07 Collecting Data with Forms and Validation/10 Editing Data with Two-way Bindings.mp418.79MB
07 Collecting Data with Forms and Validation/11 Diving Deeper into Reactive Forms.mp443.36MB
07 Collecting Data with Forms and Validation/12 Creating Custom Validators.mp434.77MB
07 Collecting Data with Forms and Validation/13 Summary.mp4584.83KB
08 Communicating Between Components/01 Introduction.mp4403.33KB
08 Communicating Between Components/02 Passing Data into a Child Component.mp410.47MB
08 Communicating Between Components/03 Passing Data out of a Child Component.mp428.16MB
08 Communicating Between Components/04 Summary.mp4613.69KB
09 Reusing Components with Content Projection/01 Introduction.mp41.41MB
09 Reusing Components with Content Projection/02 Content Projection.mp417MB
09 Reusing Components with Content Projection/03 Multiple Slot Content Projection.mp424.62MB
09 Reusing Components with Content Projection/04 Summary.mp4494.63KB
10 Displaying Data with Pipes/01 Introduction.mp41.53MB
10 Displaying Data with Pipes/02 Using Built-in Pipes.mp418.33MB
10 Displaying Data with Pipes/03 Creating a Custom Pipe.mp49.75MB
10 Displaying Data with Pipes/04 Sorting and Filtering Overview.mp46.71MB
10 Displaying Data with Pipes/05 Creating a Filtering Display.mp414.4MB
10 Displaying Data with Pipes/06 Filtering Data.mp430.39MB
10 Displaying Data with Pipes/07 Sorting Data.mp425.72MB
10 Displaying Data with Pipes/08 Summary.mp4642.94KB
11 Understanding Dependency Injection/01 Introduction.mp4970.52KB
11 Understanding Dependency Injection/02 Using Third Party Global Services - The Problem.mp411.13MB
11 Understanding Dependency Injection/03 Angular Dependency Injection Lookup.mp422.94MB
11 Understanding Dependency Injection/04 Using OpaqueToken for Dependency Injection.mp424.13MB
11 Understanding Dependency Injection/05 Using the @Inject Decorator.mp413.43MB
11 Understanding Dependency Injection/06 The useClass Provider.mp410.88MB
11 Understanding Dependency Injection/07 The useExisting and useFactory Providers.mp411.78MB
11 Understanding Dependency Injection/08 Summary.mp41023.25KB
12 Creating Directives and Advanced Components/01 Introduction.mp41.27MB
12 Creating Directives and Advanced Components/02 Implementing the Session Search.mp430.31MB
12 Creating Directives and Advanced Components/03 Adding jQuery.mp48.57MB
12 Creating Directives and Advanced Components/04 Creating a Modal Component.mp424.25MB
12 Creating Directives and Advanced Components/05 Fixing Template Parse Errors.mp44.88MB
12 Creating Directives and Advanced Components/06 Creating Directives - The Trigger Directive.mp429.42MB
12 Creating Directives and Advanced Components/07 Binding an ID.mp416.45MB
12 Creating Directives and Advanced Components/08 Routing to the Same Component.mp423.03MB
12 Creating Directives and Advanced Components/09 Using the @ViewChild Decorator.mp422.71MB
12 Creating Directives and Advanced Components/10 Creating Settings on Components.mp46.24MB
12 Creating Directives and Advanced Components/11 Summary.mp4309.42KB
13 More Components and Custom Validators/01 Introduction.mp4672.37KB
13 More Components and Custom Validators/02 Creating a Voting Component.mp422.45MB
13 More Components and Custom Validators/03 Adding Voting Functionality.mp431.32MB
13 More Components and Custom Validators/04 Hiding Functionality Before Authentication.mp45.26MB
13 More Components and Custom Validators/05 Using @Input Setters.mp410.58MB
13 More Components and Custom Validators/06 Creating a Custom Validator.mp434.05MB
13 More Components and Custom Validators/07 Adding a Validator to Angular's Validators.mp416.85MB
13 More Components and Custom Validators/08 Implementing a Multi-field Validator.mp422.77MB
13 More Components and Custom Validators/09 Summary.mp4412.78KB
14 Communicating with the Server Using HTTP, Observables, and Rx/01 Introduction.mp410.21MB
14 Communicating with the Server Using HTTP, Observables, and Rx/02 Moving Data Storage to the Server.mp438.73MB
14 Communicating with the Server Using HTTP, Observables, and Rx/03 Listening to Resolved Data Changes.mp435.26MB
14 Communicating with the Server Using HTTP, Observables, and Rx/04 Using POST and PUT.mp426.8MB
14 Communicating with the Server Using HTTP, Observables, and Rx/05 Using Querystring Parameters.mp48.49MB
14 Communicating with the Server Using HTTP, Observables, and Rx/06 Using DELETE.mp424.63MB
14 Communicating with the Server Using HTTP, Observables, and Rx/07 Integrating Authentication with the Server.mp426.32MB
14 Communicating with the Server Using HTTP, Observables, and Rx/08 Persisting Authentication Status Across Page Refreshes.mp413.81MB
14 Communicating with the Server Using HTTP, Observables, and Rx/09 Saving User Data to the Server.mp47.64MB
14 Communicating with the Server Using HTTP, Observables, and Rx/10 Implementing Logout.mp410.37MB
14 Communicating with the Server Using HTTP, Observables, and Rx/11 Summary.mp4385.66KB
15 Unit Testing Your Code/01 Introduction.mp411.31MB
15 Unit Testing Your Code/02 Installing Karma.mp425.03MB
15 Unit Testing Your Code/03 Unit Testing Services.mp444.18MB
15 Unit Testing Your Code/04 Testing Mock Calls.mp430.94MB
15 Unit Testing Your Code/05 Testing Components with Isolated Tests.mp425.36MB
15 Unit Testing Your Code/06 Summary.mp4423.49KB
16 Testing Components with Integrated Tests/01 Introduction.mp42.17MB
16 Testing Components with Integrated Tests/02 Setting up for Integrated Tests.mp439.51MB
16 Testing Components with Integrated Tests/03 Testing Components with Deep Integrated Tests.mp439.68MB
16 Testing Components with Integrated Tests/04 Creating Mock Services.mp416.4MB
16 Testing Components with Integrated Tests/05 Using DebugElement.mp48.31MB
16 Testing Components with Integrated Tests/06 Testing Components with Shallow Integrated Tests.mp430.71MB
16 Testing Components with Integrated Tests/07 Summary.mp4696.82KB
17 Going to Production/01 Introduction.mp42.67MB
17 Going to Production/02 Learning the Concepts.mp48.34MB
17 Going to Production/03 Linting with TSLint.mp448.64MB
17 Going to Production/04 Tuning Your rxJS Requests.mp418.6MB
17 Going to Production/05 Enabling Production Mode.mp45.69MB
17 Going to Production/06 Basic Copy Deployment.mp41.34MB
17 Going to Production/07 Ahead of Time Compiler Overview.mp48.85MB
17 Going to Production/08 Preparing for the AOT Compiler.mp413.55MB
17 Going to Production/09 Making Coding Fixes for the AOT Compiler.mp441.08MB
17 Going to Production/10 Running the AOT Compiler.mp43.08MB
17 Going to Production/11 Tree Shaking and Bundling with Rollup.mp416.06MB
17 Going to Production/12 Bundling with Webpack.mp48.13MB
17 Going to Production/13 Optimistic Bundle Download.mp48.2MB
17 Going to Production/14 Summary.mp41.37MB