Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Angular Basics (v18), а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:12:53
    The Missing Introduction to Angular
  2. Урок 2. 00:14:02
    Component Architecture, State and One-Way Data Flow
  3. Урок 3. 00:06:26
    Project Setup and Walkthrough
  4. Урок 4. 00:07:13
    Understand Angular Bootstrapping
  5. Урок 5. 00:07:00
    Interpolation and Expressions
  6. Урок 6. 00:07:38
    Property Binding Syntax
  7. Урок 7. 00:11:22
    Event Binding Syntax
  8. Урок 8. 00:05:18
    Template Ref Variables
  9. Урок 9. 00:06:55
    Create a Child Feature Module
  10. Урок 10. 00:05:13
    Create a Smart Container Component
  11. Урок 11. 00:08:29
    Use the NgOnInit Lifecycle Hook
  12. Урок 12. 00:06:01
    Type Definitions with Interfaces
  13. Урок 13. 00:06:19
    Create and Render a Dumb Component
  14. Урок 14. 00:06:34
    Pass State to Dumb Components via @Input
  15. Урок 15. 00:11:00
    Scoped Styles in Components
  16. Урок 16. 00:04:53
    Style a Host Element
  17. Урок 17. 00:05:29
    View Encapsulation: Shadow DOM and Emulated
  18. Урок 18. 00:06:30
    Set Inline Styles with Style Bindings
  19. Урок 19. 00:06:20
    Complex Inline Styles with NgStyle
  20. Урок 20. 00:04:56
    Set Classes with Class Bindings
  21. Урок 21. 00:05:17
    Complex Classes with NgClass
  22. Урок 22. 00:05:01
    Use a Pipe to Format Currency
  23. Урок 23. 00:05:30
    Use NgIf for Conditional Rendering
  24. Урок 24. 00:02:38
    Use <ng-container> for Virtual Elements
  25. Урок 25. 00:04:34
    Use the NgIf, Else and Then Syntax
  26. Урок 26. 00:05:45
    NgIf Syntax with <ng-template>
  27. Урок 27. 00:05:19
    NgFor and Iterating Collections
  28. Урок 28. 00:04:38
    Improve NgFor Performance with TrackBy
  29. Урок 29. 00:04:37
    Access NgFor Index, Odd and Even Variables
  30. Урок 30. 00:04:47
    Advanced NgFor Syntax with <ng-template>
  31. Урок 31. 00:08:37
    Use NgSwitch for Case Rendering
  32. Урок 32. 00:03:36
    Advanced NgSwitch Syntax with <ng-template>
  33. Урок 33. 00:07:36
    Create a Form Container and Dumb Component
  34. Урок 34. 00:03:44
    Use NgForm with a Template Ref Variable
  35. Урок 35. 00:05:03
    <input> Binding with NgModel
  36. Урок 36. 00:07:54
    Radio Button Binding with NgModel
  37. Урок 37. 00:07:16
    <select> and <option> Rendering and Binding
  38. Урок 38. 00:01:35
    Textarea Binding with NgModel
  39. Урок 39. 00:05:48
    Add Validation Constraints and Form Status
  40. Урок 40. 00:07:12
    NgModel Template Refs and Validation States
  41. Урок 41. 00:07:39
    Show Error Messages on Validation Change
  42. Урок 42. 00:04:31
    Style Invalid Input Fields Globally
  43. Урок 43. 00:06:57
    Form Submit with NgSubmit
  44. Урок 44. 00:02:32
    Disable Submit and Safety Check Submissions
  45. Урок 45. 00:07:46
    Trigger Validation Messages On Submit
  46. Урок 46. 00:04:08
    Control NgModel Writes with ngModelOptions
  47. Урок 47. 00:03:55
    Trigger a Form State and Validation Reset
  48. Урок 48. 00:03:01
    Show Visual Feedback on Form Submission
  49. Урок 49. 00:08:08
    Emit Form Payload to Smart Container via @Output
  50. Урок 50. 00:10:37
    One-Way Data Binding to NgModel
  51. Урок 51. 00:03:58
    Create an @Injectable Service
  52. Урок 52. 00:07:40
    Share State in Components via Services
  53. Урок 53. 00:05:41
    Class Methods as State Selectors
  54. Урок 54. 00:07:17
    Immutable State Creation
  55. Урок 55. 00:12:02
    Immutable State Updates
  56. Урок 56. 00:05:13
    Immutable State Deletions
  57. Урок 57. 00:04:58
    Configure and Proxy a Local HTTP Server
  58. Урок 58. 00:09:46
    Read Data with HttpClient GET
  59. Урок 59. 00:10:38
    Store State with Observable Pipes
  60. Урок 60. 00:07:38
    Branch off an Observable to Access State
  61. Урок 61. 00:07:19
    Create Data with HttpClient POST
  62. Урок 62. 00:09:14
    Update Data with HttpClient PUT
  63. Урок 63. 00:05:40
    Delete Data with HttpClient DELETE
  64. Урок 64. 00:11:11
    Error Handling with catchError() and throwError()
  65. Урок 65. 00:02:47
    Retry Failed Requests with retry()
  66. Урок 66. 00:04:58
    Use retryWhen() to Delay Retries
  67. Урок 67. 00:07:36
    Set HttpHeaders and RequestOptions
  68. Урок 68. 00:08:40
    Root Module Routes with forRoot()
  69. Урок 69. 00:02:59
    Create Nested Child Routes
  70. Урок 70. 00:04:03
    Redirect Routes to New Paths
  71. Урок 71. 00:02:41
    Handle 404 Not Found Routes with Wildcards
  72. Урок 72. 00:07:49
    Lazy-Loading Feature Modules
  73. Урок 73. 00:06:15
    Declarative Navigation with routerLink Directives
  74. Урок 74. 00:06:48
    Dynamic Route Params and ActivatedRoute
  75. Урок 75. 00:08:15
    Pass Custom Data to Routed Components
  76. Урок 76. 00:05:21
    Programmatic Navigation with Router.navigate()
  77. Урок 77. 00:07:20
    The Idea Behind Standalone Angular
  78. Урок 78. 00:05:36
    Bootstrap a Standalone Component instead of NgModule
  79. Урок 79. 00:05:59
    Providing a Route Config via importProvidersFrom
  80. Урок 80. 00:03:50
    Import NgModules into Standalone Components
  81. Урок 81. 00:04:33
    Lazy-Load Component-Less Route Configs
  82. Урок 82. 00:10:15
    Providing Standalone Directives, Components and Pipes
  83. Урок 83. 00:04:34
    Code Split and Lazy-Load at the Component Level
  84. Урок 84. 00:03:45
    Scoped or Component-Level Providers and “providedIn”