Companies Home Search Profile

Angular: Getting Started

Focused View

Deborah Kurata

5:52:51

12 View
  • 01. Course Overview.mp4
    01:40
  • 01. Introduction.mp4
    03:18
  • 02. Anatomy of an Angular Application.mp4
    01:41
  • 03. Get the Most from This Course.mp4
    02:35
  • 04. Sample Application.mp4
    03:08
  • 05. Course Outline.mp4
    02:14
  • 01. Introduction.mp4
    00:44
  • 02. TypeScript.mp4
    03:10
  • 03. Installing What We Need. Editor.mp4
    01:42
  • 04. Installing What We Need. npm.mp4
    02:49
  • 05. Installing What We Need. package.json.mp4
    02:09
  • 06. Setting up the Angular Application.mp4
    03:59
  • 07. Running an Angular Application.mp4
    03:16
  • 08. About Modules.mp4
    04:04
  • 09. Summary.mp4
    01:17
  • 01. Introduction.mp4
    01:41
  • 02. What Is a Component.mp4
    01:59
  • 03. Creating the Component Class.mp4
    02:17
  • 04. Defining the Metadata with a Decorator.mp4
    02:32
  • 05. Importing What We Need.mp4
    02:08
  • 06. Demo- Creating the App Component.mp4
    04:05
  • 07. Bootstrapping Our App Component.mp4
    05:03
  • 08. Demo- Bootstrapping Our App Component.mp4
    03:44
  • 09. Angular Compiler and Compiler Errors.mp4
    03:02
  • 10. Checklists and Summary.mp4
    05:47
  • 01. Introduction.mp4
    02:17
  • 02. Building a Template.mp4
    05:43
  • 03. Building the Component.mp4
    02:25
  • 04. Using a Component as a Directive.mp4
    06:38
  • 05. Binding with Interpolation.mp4
    04:07
  • 06. Adding Logic with Directives. ngIf.mp4
    05:01
  • 07. Adding Logic with Directives. ngFor.mp4
    04:49
  • 08. Checklists and Summary.mp4
    03:10
  • 01. Introduction.mp4
    01:49
  • 02. Property Binding.mp4
    04:17
  • 03. Handling Events with Event Binding.mp4
    06:13
  • 04. Handling Input with Two-way Binding.mp4
    04:49
  • 05. Transforming Data with Pipes.mp4
    04:03
  • 06. Checklists and Summary.mp4
    02:58
  • 01. Introduction.mp4
    02:27
  • 02. Defining Interfaces.mp4
    05:41
  • 03. Encapsulating Component Styles.mp4
    03:34
  • 04. Using Lifecycle Hooks.mp4
    04:16
  • 05. Building Custom Pipes.mp4
    06:53
  • 06. Filtering a List.mp4
    06:35
  • 07. Checklists and Summary.mp4
    03:26
  • 01. Introduction.mp4
    03:05
  • 02. Building a Nested Component.mp4
    05:12
  • 03. Using a Nested Component.mp4
    03:14
  • 04. Passing Data to a Nested Component Using @Input.mp4
    02:55
  • 05. Passing Data from a Component Using @Output.mp4
    08:41
  • 06. Checklists and Summary.mp4
    02:48
  • 01. Introduction.mp4
    01:49
  • 02. How Does It Work.mp4
    02:32
  • 03. Building a Service.mp4
    02:51
  • 04. Registering the Service.mp4
    04:13
  • 05. Injecting the Service.mp4
    04:59
  • 06. Checklists and Summary.mp4
    02:23
  • 01. Introduction.mp4
    01:20
  • 02. Observables and Reactive Extensions.mp4
    05:47
  • 03. Sending an HTTP Request.mp4
    04:52
  • 04. Demo- Sending an Http Request.mp4
    03:16
  • 05. Exception Handling.mp4
    02:29
  • 06. Subscribing to an Observable.mp4
    04:14
  • 07. Demo- Subscribing to an Observable.mp4
    03:43
  • 08. Checklists and Summary.mp4
    03:18
  • 01. Introduction.mp4
    01:32
  • 02. Generating Code and Handling Undefined.mp4
    06:48
  • 03. How Routing Works.mp4
    02:48
  • 04. Configuring Routes.mp4
    04:21
  • 05. Demo- Configuring Routes.mp4
    02:13
  • 06. Tying Routes to Actions.mp4
    03:48
  • 07. Placing the Views.mp4
    02:38
  • 08. Checklists and Summary.mp4
    03:35
  • 01. Introduction.mp4
    01:08
  • 02. Passing Parameters to a Route.mp4
    02:55
  • 03. Demo- Passing Parameters to a Route.mp4
    04:02
  • 04. Activating a Route with Code.mp4
    03:20
  • 05. Protecting Routes with Guards.mp4
    02:04
  • 06. Demo- Protecting Routes with Guards.mp4
    05:20
  • 07. Checklists and Summary.mp4
    02:59
  • 01. Introduction.mp4
    01:26
  • 02. What Is an Angular Module.mp4
    05:34
  • 03. Bootstrap Array.mp4
    01:15
  • 04. Declarations Array.mp4
    03:03
  • 05. Exports Array.mp4
    02:09
  • 06. Imports Array.mp4
    03:20
  • 07. Providers Array.mp4
    02:38
  • 08. Feature Modules.mp4
    03:21
  • 09. Demo- Feature Modules.mp4
    04:08
  • 10. Shared Module.mp4
    04:40
  • 11. Revisiting AppModule.mp4
    04:02
  • 12. Checklists and Summary.mp4
    04:14
  • 01. Introduction.mp4
    01:05
  • 02. Angular CLI Overview.mp4
    01:31
  • 03. ng new.mp4
    07:05
  • 04. ng serve.mp4
    04:21
  • 05. ng generate.mp4
    01:24
  • 06. ng test.mp4
    01:40
  • 07. ng build.mp4
    03:49
  • 08. Checklists and Summary.mp4
    01:25
  • 01. Introduction.mp4
    00:33
  • 02. Recapping Our Journey.mp4
    02:02
  • 03. Learning More.mp4
    01:55
  • 04. What Is Angular (Revisited).mp4
    01:06
  • 05. Closing.mp4
    00:38
  • Description


    Angular is one of the fastest, most popular open source web app frameworks today, and knowing how to use it is essential for developers. You'll learn how to create components and user interfaces, data-binding, retrieving data using HTTP, and more.

    What You'll Learn?


      Hello! My name is Deborah Kurata, and welcome to Angular: Getting Started. In this course, you will learn how to create great web apps and stay up to date on the latest app development technologies, by coming up to speed quickly with Angular's components, templates, and services. You will get there by learning major topics like to set up your environment, learning about components, templates, and data binding and how they work together, discover how to build clean components with strongly-typed code, as well as building nested components and how to use dependency injection to inject the services you build and how to retrieve data using HTTP, navigation and routing.

      By the end of this course, you will be up to date on all the latest Angular knowledge and you will be able to use Angular to create great apps in the future.

      Before you begin, make sure you are already familiar with the basics of JavaScript, HTML, and CSS, and to get the most from this course, it’s helpful to have some exposure to object-oriented programming concepts.

      And after this course, you’ll be ready to move on to additional courses in the Angular Learning Path, including Angular CLI, Angular Forms, and beyond.

      I hope you’ll join me, and I look forward to helping you on your learning journey here at Pluralsight.

    More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Deborah Kurata
    Deborah Kurata
    Instructor's Courses
    Deborah Kurata is a software developer, consultant, conference speaker, and Pluralsight author. Her courses include: Angular: Getting Started, Angular Routing, and Object-Oriented Programming Fundamentals in C#. For her work in support of software developers, she has been recognized with the Microsoft Most Valuable Professional (MVP) award, and is a Google Developer Expert (GDE).
    Pluralsight, LLC is an American privately held online education company that offers a variety of video training courses for software developers, IT administrators, and creative professionals through its website. Founded in 2004 by Aaron Skonnard, Keith Brown, Fritz Onion, and Bill Williams, the company has its headquarters in Farmington, Utah. As of July 2018, it uses more than 1,400 subject-matter experts as authors, and offers more than 7,000 courses in its catalog. Since first moving its courses online in 2007, the company has expanded, developing a full enterprise platform, and adding skills assessment modules.
    • language english
    • Training sessions 106
    • duration 5:52:51
    • level preliminary
    • English subtitles has
    • Release Date 2023/12/06

    Courses related to Angular