1. Урок 1. 00:03:41
    Welcome To The Course
  2. Урок 2. 00:02:44
    Course Topics Outline
  3. Урок 3. 00:06:28
    What Is Angular?
  4. Урок 4. 00:03:05
    Angular Versions Explained
  5. Урок 5. 00:02:30
    Section 2 Introduction
  6. Урок 6. 00:07:41
    Environment Setup
  7. Урок 7. 00:04:49
    Using Angular CLI
  8. Урок 8. 00:09:04
    Angular 4 File Structure
  9. Урок 9. 00:06:33
    Using The Quickstart
  10. Урок 10. 00:05:14
    What Is TypeScript?
  11. Урок 11. 00:01:11
    Section 3 Introduction
  12. Урок 12. 00:06:03
    Components Explained
  13. Урок 13. 00:02:43
    A Look At NgModule
  14. Урок 14. 00:07:21
    Creating A Component
  15. Урок 15. 00:08:17
    Data Binding String Interpolation
  16. Урок 16. 00:07:18
    Adding Types To Properties
  17. Урок 17. 00:05:05
    Objects Interfaces
  18. Урок 18. 00:01:31
    Section 4 Introduction
  19. Урок 19. 00:04:38
    Template Files Stylesheets
  20. Урок 20. 00:05:58
    Loop Data With The ngFor Directive
  21. Урок 21. 00:08:23
    Conditionals With ngIf ngSwitch Directives
  22. Урок 22. 00:06:42
    Property Binding
  23. Урок 23. 00:06:51
    Class Binding ngClass
  24. Урок 24. 00:04:57
    Style Binding ngStyle
  25. Урок 25. 00:06:30
    Using Pipes
  26. Урок 26. 00:00:56
    Section 5 Introduction
  27. Урок 27. 00:07:20
    Mouse Events
  28. Урок 28. 00:03:17
    Changing Properties With Events
  29. Урок 29. 00:06:27
    Keyboard Input Events
  30. Урок 30. 00:06:02
    ngModel 2 Way Data Binding
  31. Урок 31. 00:04:51
    Form Submission
  32. Урок 32. 00:11:46
    Template Driven Forms Validation
  33. Урок 33. 00:01:06
    Section 6 Introduction
  34. Урок 34. 00:03:46
    What is a Service?
  35. Урок 35. 00:06:18
    Creating a Service
  36. Урок 36. 00:07:18
    Working With Observables
  37. Урок 37. 00:08:43
    HTTP Module GET
  38. Урок 38. 00:06:22
    HTTP Module POST
  39. Урок 39. 00:04:49
    HTTP Module DELETE
  40. Урок 40. 00:05:59
    HTTP Module PUT
  41. Урок 41. 00:00:43
    Section 7 Introduction
  42. Урок 42. 00:02:26
    Angular Router Overview
  43. Урок 43. 00:08:26
    Working With Routes
  44. Урок 44. 00:05:37
    Params ActivatedRoute
  45. Урок 45. 00:02:01
    FAQ App Project Introduction
  46. Урок 46. 00:14:24
    Setup Navbar Question List
  47. Урок 47. 00:08:46
    Answer Toggle Data Service
  48. Урок 48. 00:05:20
    Nesting Components Input
  49. Урок 49. 00:10:27
    Emitting Output From Components
  50. Урок 50. 00:13:06
    Using Local Storage In The Service
  51. Урок 51. 00:04:36
    Deploying Our Angular 4 App
  52. Урок 52. 00:02:46
    Client Panel Project Introduction
  53. Урок 53. 00:09:25
    Firebase App Setup
  54. Урок 54. 00:11:20
    Generate Components Setup Navbar
  55. Урок 55. 00:15:37
    AngularFire2 Setup Client Service
  56. Урок 56. 00:15:26
    Clients Table Component
  57. Урок 57. 00:18:03
    Add Client Form
  58. Урок 58. 00:16:09
    Add Client To Firebase
  59. Урок 59. 00:17:59
    Client Details Component
  60. Урок 60. 00:13:16
    Client Balance Update
  61. Урок 61. 00:10:43
    Edit Delete Clients
  62. Урок 62. 00:14:23
    Login Authentication
  63. Урок 63. 00:09:43
    Logout Nav Links
  64. Урок 64. 00:09:00
    Auth Guard For Routes
  65. Урок 65. 00:08:36
    User Registration
  66. Урок 66. 00:14:47
    Settings Service Register Guard
  67. Урок 67. 00:16:23
    Adding The Settings Page
  68. Урок 68. 00:02:56
    Course Summary