| 01 Introduction | |||
| 01 01 Introduction.mp4 | 5.92 MB | ||
| 01 02 What is TypeScript.mp4 | 34.88 MB | ||
| 01 03 Strong Typing.mp4 | 22.75 MB | ||
| 01 04 Class-based OOP.mp4 | 14.2 MB | ||
| 01 05 TypeScript Is ....mp4 | 7.14 MB | ||
| 01 06 Prerequisites.mp4 | 3.72 MB | ||
| 01 07 Getting the Most from This Course.mp4 | 2.44 MB | ||
| 01 08 Course Outline.mp4 | 6.19 MB | ||
| 02 Getting Started | |||
| 02 01 Introduction.mp4 | 2.26 MB | ||
| 02 02 Installing TypeScript - Overview.mp4 | 4.61 MB | ||
| 02 03 Installing npm.mp4 | 8.65 MB | ||
| 02 04 Installing TypeScript.mp4 | 7.39 MB | ||
| 02 05 Installing TypeScript Definition Manager.mp4 | 17.6 MB | ||
| 02 06 Code Editors.mp4 | 9.05 MB | ||
| 02 07 Getting Started with TypeScript in VS Code.mp4 | 27.93 MB | ||
| 02 08 Running an Application in VS Code.mp4 | 11.95 MB | ||
| 02 09 Summary.mp4 | 7.36 MB | ||
| 03 Angular Modules and Controllers | |||
| 03 01 Introduction.mp4 | 18.08 MB | ||
| 03 02 Sample Application.mp4 | 20.76 MB | ||
| 03 03 Creating an Angular Module.mp4 | 26.82 MB | ||
| 03 04 Creating an Angular Controller - Overview.mp4 | 7.04 MB | ||
| 03 05 Creating an Angular Controller - Interface.mp4 | 17.81 MB | ||
| 03 06 Creating an Angular Controller - Class.mp4 | 20.71 MB | ||
| 03 07 Creating an Angular Controller - Registration.mp4 | 10.32 MB | ||
| 03 08 Creating an Angular Controller - Methods.mp4 | 15.95 MB | ||
| 03 09 Summary.mp4 | 9.21 MB | ||
| 04 TypeScript Modules | |||
| 04 01 Introduction.mp4 | 5.64 MB | ||
| 04 02 What Are TypeScript Modules.mp4 | 9.35 MB | ||
| 04 03 Using a TypeScript Module.mp4 | 19.47 MB | ||
| 04 04 Summary.mp4 | 5.36 MB | ||
| 05 Building Business Objects | |||
| 05 01 Introduction.mp4 | 9.53 MB | ||
| 05 02 OOP in TypeScript.mp4 | 15 MB | ||
| 05 03 Defining Business Object Entities.mp4 | 8.16 MB | ||
| 05 04 Building an Entity Class - Getting Started.mp4 | 15.64 MB | ||
| 05 05 Building an Entity Class - Creating the Class.mp4 | 22.15 MB | ||
| 05 06 Using the Entity Class in a Controller.mp4 | 21.42 MB | ||
| 05 07 Summary.mp4 | 4.96 MB | ||
| 06 Building Angular Services | |||
| 06 01 Introduction.mp4 | 16.54 MB | ||
| 06 02 Accessing an HTTP Service.mp4 | 9.92 MB | ||
| 06 03 Creating a Common Services Angular Module.mp4 | 18 MB | ||
| 06 04 Building the Service - Getting Started.mp4 | 22.37 MB | ||
| 06 05 Building the Service - Creating the Class.mp4 | 15.74 MB | ||
| 06 06 Registering the Service.mp4 | 14.33 MB | ||
| 06 07 Summary.mp4 | 3.62 MB | ||
| 07 Using the Data Access Service | |||
| 07 01 Introduction.mp4 | 10.45 MB | ||
| 07 02 Mocking the HTTP Responses.mp4 | 26.52 MB | ||
| 07 03 Using the Data Access Service.mp4 | 18.93 MB | ||
| 07 04 Summary.mp4 | 6.75 MB | ||
| 08 Routing | |||
| 08 01 Introduction.mp4 | 7.14 MB | ||
| 08 02 Defining Routes.mp4 | 24.57 MB | ||
| 08 03 Displaying the View.mp4 | 8.14 MB | ||
| 08 04 Navigating to a View.mp4 | 11.97 MB | ||
| 08 05 Building the Controller.mp4 | 30.65 MB | ||
| 08 06 Summary.mp4 | 4.44 MB | ||
| 09 Final Words | |||
| 09 01 Introduction.mp4 | 1.8 MB | ||
| 09 02 Refactoring.mp4 | 16.58 MB | ||
| 09 03 What Did We Create.mp4 | 11.02 MB | ||
| 09 04 For More Information.mp4 | 3.59 MB | ||
| 09 05 Closing.mp4 | 1.07 MB | ||
| Exercise Files | |||
| Exercise Files.zip | 5.34 MB |
Обучающие видео » Компьютерные видеоуроки и обучающие интерактивные DVD » Программирование (видеоуроки)
Angular with TypeScript
Год выпуска: 2015
Производитель: Pluralsight
Сайт производителя: pluralsight.com
Автор: Deborah Kurata
Продолжительность: 3:33
Тип раздаваемого материала: Видеоклипы
Язык: Английский
Описание: Angular is GREAT for building client-side applications for the Web. But since Angular code is developed using JavaScript, Angular has all of the issues that come with coding in JavaScript: no strong data typing, global namespace issues, and lack of class-based object-oriented programming techniques. TypeScript solves these issues *and* makes it easier to build, refactor, and maintain your Angular applications! This course focuses on the basics of building an Angular application with TypeScript.
[spoiler="Содержание"]
Introduction
Introduction
What is TypeScript?
Strong Typing
Class-based OOP
TypeScript Is ...
Prerequisites
Getting the Most from This Course
Course Outline
Getting Started
Introduction
Installing TypeScript: Overview
Installing npm
Installing TypeScript
Installing TypeScript Definition Manager
Code Editors
Getting Started with TypeScript in VS Code
Running an Application in VS Code
Summary
Angular Modules and Controllers
Introduction
Sample Application
Creating an Angular Module
Creating an Angular Controller: Overview
Creating an Angular Controller: Interface
Creating an Angular Controller: Class
Creating an Angular Controller: Registration
Creating an Angular Controller: Methods
Summary
TypeScript Modules
Introduction
What Are TypeScript Modules?
Using a TypeScript Module
Summary
Building Business Objects
Introduction
OOP in TypeScript
Defining Business Object Entities
Building an Entity Class: Getting Started
Building an Entity Class: Creating the Class
Using the Entity Class in a Controller
Summary
Building Angular Services
Introduction
Accessing an HTTP Service
Creating a Common Services Angular Module
Building the Service: Getting Started
Building the Service: Creating the Class
Registering the Service
Summary
Using the Data Access Service
Introduction
Mocking the HTTP Responses
Using the Data Access Service
Summary
Routing
Introduction
Defining Routes
Displaying the View
Navigating to a View
Building the Controller
Summary
Final Words
Introduction
Refactoring
What Did We Create?
For More Information
Closing
[/spoiler]
Файлы примеров: присутствуют
Формат видео: MP4
Видео: AVC, 1024x576, 16:9, 15fps, 266kbps
Аудио: AAC, 44.1kHz, 192kbps, stereo
[spoiler="Скриншоты"]
![]()
[/spoiler]
| torrent name | size | uploader | age | seed | leech |
|---|---|---|---|---|---|
| 2.4 GB | freecoursewb | 7 months | 0 | 0 | |
| 300.2 MB | freecoursewb | 7 months | 0 | 0 | |
| 849.1 MB | freecoursewb | 9 months | 5 | 0 | |
| 290.1 MB | freecoursewb | 11 months | 0 | 0 | |
| 1.5 GB | freecoursewb | 1 year | 0 | 1 |
All Comments