#777 Год выпуска: 02/2016 Производитель: Udemy Сайт производителя: udemy.com/the-complete-guide-to-angular-2 Автор: Maximilian Schwarzmüller Продолжительность: 10:30 Тип раздаваемого материала: Видеоклипы Язык: Английский Описание: Now is the time to get started! With Angular 2 being in stable beta (i.e. no more drastic changes) and almost released, now is the time to jump in and take the advantage of being amongst the first to fully use the power and capabilities Angular 2 offers! Learn all the fundamentals you need to know to get started developing Angular 2 applications right away. Also, probably very important to you: This course will be kept up-to-date! Hear what my students have to say Absolutely fantastic tutorial series. I cannot thank you enough. The quality is first class and your presentational skills are second to none. Keep up this excellent work. You really rock! - Paul Whitehouse Awesome stuff, many thanks! - Carl Wicker Thank you. Your presentation style is so very well balanced. - Bruce Betts This Course uses TypeScript TypeScript is the main language used by the official Angular 2 team and the language you'll mostly see in Angular 2 tutorials. It's a superset to JavaScript and makes writing Angular 2 apps really easy. Using it ensures, that you will have the best possible preparation for creating Angular 2 apps. Check out the free videos for more information. TypeScript knowledge is, however, not required - basic JavaScript knowledge is enough. Why Angular 2? Angular 2 is the next big deal. Being the successor of the overwhelmingly successful Angular.js framework it’s bound to shape the future of frontend development in a similar way. The powerful features and capabilities of Angular 2 allow you to create complex, customizable, modern, responsive and user friendly web applications. Angular 2 is faster than Angular 1 and offers a much more flexible and modular development approach. After taking this course you’ll be able to fully take advantage of all those features and start developing awesome applications immediately. Due to the drastic differences between Angular 1 and Angular 2 you don’t need to know anything about Angular.js to be able to benefit from this course and build your futures projects with Angular 2. Get a very deep understanding of how to create Angular 2 applications This course will teach you all the fundamentals about modules, directives, components, databinding, routing, HTTP access and much more! We will take a lot of deep dives and each section is backed up with a real project. All examples showcase the features Angular 2 offers and how to apply them correctly.
Сейчас самое время начать! С угловых 2 будучи в стабильной бета-версии (т. е. не более кардинальные изменения) и почти выпустили, сейчас самое время, чтобы вскочить и взять преимущество быть среди первого, чтобы полностью использовать мощность и возможности угловой 2 предложения! Узнать все основы, которые необходимо знать, чтобы приступить к разработке угловые 2 заявки сразу. Также, наверное, очень важно, чтобы вы: этот курс будет поддерживаться в актуальном состоянии!
Содержание
Раздел 1: Course Introduction Лекция 1 Course Introduction 03:32 Лекция 2 What is Angular 2? 03:28 Лекция 3 The Architecture of an Angular 2 Application 07:38 Лекция 4 Setting up the Development Environment 06:41 Лекция 5 Overview over the directory structure 04:14 Лекция 6 Imports & Dependencies 04:17 Лекция 7 Using TypeScript 02:25 Лекция 8 This course will get even bigger! 00:51 Лекция 9 Code Статья Раздел 2: Components & Templates Лекция 10 Components - Intro 03:32 Лекция 11 The Basics about Components 06:59 Лекция 12 Initializing our Root Component 03:24 Лекция 13 Multiple Components 06:44 Лекция 14 Manipulating Templates (1/2) 11:23 Лекция 15 Manipulating Templates (2/2) 06:37 Лекция 16 External Templates & Component Lifecycle 08:07 Лекция 17 First Project - Puzzle App: Overview & Preparation 05:39 Лекция 18 First Project - Puzzle App: Part 1 07:43 Лекция 19 First Project - Puzzle App: Part 2 12:33 Лекция 20 First Project - Puzzle App: Part 3 09:21 Раздел 3: Databinding Лекция 21 Databinding Overview 03:16 Лекция 22 String Interpolation 05:10 Лекция 23 Property Binding 06:51 Лекция 24 Event Binding 05:20 Лекция 25 Two-Way Databinding 05:59 Лекция 26 Using Property Binding with a custom Component 13:31 Лекция 27 Using Event Binding with a custom Component (Custom Events) 11:21 Лекция 28 Databinding Summary 07:14 Лекция 29 Second Project - Input Confirmation: Overview 01:48 Лекция 30 Second Project - Input Confirmation: The Input Component 15:02 Лекция 31 Second Project - Input Confirmation: The Confirm Component 13:36 Раздел 4: Directives Лекция 32 Directives Overview 04:50 Лекция 33 Attribute Directives 02:21 Лекция 34 Custom Attribute Directive: Part 1 14:00 Лекция 35 Custom Attribute Directive: Part 2 10:15 Лекция 36 Structural Directives 02:59 Лекция 37 Structural Directive: ngIf 04:21 Лекция 38 Structural Directive: ngFor 03:19 Лекция 39 Structural Directive: ngSwitch 06:30 Лекция 40 Custom Structural Directive 10:26 Лекция 41 Third Project - Shopping List 1.0: Overview 01:44 Лекция 42 Third Project - Shopping List 1.0: Adding Items to the List 13:51 Лекция 43 Third Project - Shopping List 1.0: Editing & Deleting Items 12:48 Раздел 5: Services Лекция 44 Services Overview 02:21 Лекция 45 Creating a Service 08:21 Лекция 46 Injecting a Service 08:01 Лекция 47 Example: Calculator Service 06:46 Лекция 48 Example: Data Service 09:33 Лекция 49 Fourth Project - Shopping List 2.0 12:46 Лекция 50 Bonus - Dependency Injection in Angular 2 (Theory) 06:03 Лекция 51 Bonus - Dependency Injection in Angular 2 (Practice) 10:38 Раздел 6: Forms Лекция 52 The Complexity of Forms 02:52 Лекция 53 Doing it wrong 04:09 Лекция 54 Template-driven approach - Part 1 14:12 Лекция 55 Template-driven approach - Part 2 11:31 Лекция 56 Data-driven approach - Part 1 10:28 Лекция 57 Data-driven approach - Part 2 03:08 Лекция 58 Custom Validators 05:00 Лекция 59 Fifth Project - Shopping List 3.0: Use Forms 07:00 Раздел 7: Pipes Лекция 60 What are Pipes? 00:56 Лекция 61 How to use Pipes 04:32 Лекция 62 More built-in Pipes 10:09 Лекция 63 Chaining Pipes 02:14 Лекция 64 Custom Pipes 06:06 Лекция 65 Stateful Pipes 05:59 Лекция 66 Sixth Project - Shopping List 4.0: Adding live filtering 07:59 Раздел 8: Routing & HTTP Лекция 67 Creating and configuring Routes 09:11 Лекция 68 Imperative Routing 03:10 Лекция 69 Routing Parameters 07:12 Лекция 70 Child Routes 06:51 Лекция 71 Routing Lifecycle Hooks 04:27 Лекция 72 HTTP Overview & Observables 03:25 Лекция 73 HTTP GET Request 08:50 Лекция 74 HTTP POST Request 05:51 Раздел 9: Major Project: Recipe Book Лекция 75 What we will build 01:43 Лекция 76 Folder Structure & Shared Elements 07:13 Лекция 77 Setting up our (mocked up) Data Source 06:09 Лекция 78 Setting up Services 06:55 Лекция 79 Creating the Recipes Root Component 05:49 Лекция 80 Setting up the Shopping List Component & Routing 05:25 Лекция 81 The Edit Ingredients Component for our Shopping List 11:53 Лекция 82 Shopping List CRUD operations 08:52 Лекция 83 Shopping List Component: Final Touches 01:45 Лекция 84 Creating the Recipes List Component 06:41 Лекция 85 Creating the Recipes Detail Component 08:11 Лекция 86 Recipes Section Subrouting 10:25 Лекция 87 Editing Recipes - The Form Template 08:03 Лекция 88 Editing Recipes - The Form Code (Formbuilder) 16:55 Лекция 89 Editing Recipes - Connecting HTML Form & Created Form 08:46 Лекция 90 Form Interactions 07:20 Лекция 91 Error-safe navigation 07:02 Лекция 92 Finishing Touches 07:37 Раздел 10: Roundup Лекция 93 Course Roundup and Outlook 01:02
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 11
Вы не можете начинать темы Вы не можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы не можете добавлять вложения
Ресурс не предоставляет электронные версии произведений, а занимается лишь коллекционированием и каталогизацией ссылок, присылаемых и публикуемых на форуме нашими читателями. Если вы являетесь правообладателем какого-либо представленного материала и не желаете чтобы ссылка на него находилась в нашем каталоге, свяжитесь с нами и мы незамедлительно удалим её. Файлы для обмена на трекере предоставлены пользователями сайта, и администрация не несёт ответственности за их содержание. Просьба не заливать файлы, защищенные авторскими правами, а также файлы нелегального содержания!