Angular 11: Getting Started with Angular

Angular    |    Beginner
  • 11 videos | 38m 9s
  • Includes Assessment
  • Earns a Badge
Rating 4.5 of 560 users Rating 4.5 of 560 users (560)
Angular helps build interactive and dynamic single-page applications (SPAs) through templating, two-way binding, modularization, RESTful API handling, dependency injection, and AJAX handling. It's a highly demanded technology and a useful language among experienced developers who want to move into full stack development. Use this course to explore the different building blocks of Angular. Examine some of the advanced features of Angular 11 and install various software components for making use of its features and benefits. Install Node.js, Visual Studio Code, and Angular CLI and learn to create and run an Angular application. Finally, investigate the different characteristics of package.json files and outline the basics of Typescript. When you're done with this course, you'll have a basic grasp of working with Angular.

WHAT YOU WILL LEARN

  • Discover the key concepts covered in this course
    Outline a high-level overview of angular – its past and present.
    Recognize the various parts of an angular application and how they relate to one other
    List the different building blocks of angular, namely angular components, services, modules, and routing
    Demonstrate the installation of node.js
    Demonstrate the installation of visual studio code
  • Demonstrate the installation of the angular cli
    Create and run an angular application using the cli
    Describe the characteristics of package.json files
    Outline the basic characteristics of typescript
    Summarize the key concepts covered in this course

IN THIS COURSE

  • 1m 14s
    In this video, you’ll learn more about your instructor and this course. In this course, you’ll learn about the architecture of Angular. You’ll look at components, services, modules, and routing. Then you’ll learn about Angular 11 features and do some installation. You'll install Angular itself and install Node.js and an editor. You'll also install Visual Studio Code. Towards the end, you’ll learn about TypeScript. FREE ACCESS
  • 4m 36s
    In this video, you’ll learn more about Angular. Angular was developed by the Alphabet company, also known as Google. You’ll learn Angular 11 is a front-end tool, meaning it works with the browser itself. This is a design framework and a development platform, so you can design your look and feel. You can develop it and even use code to do so. You’ll see it’s used for creating efficient single-page applications. FREE ACCESS
  • Locked
    3.  Anatomy of an Angular Application
    4m 53s
    In this video, you’ll learn more about the anatomy of an Angular application. You’ll start with the Angular module. Every application must have at least one module, and that module acts as a container for components. Components are what you’ll be spending most of your time on. These are the parts that make up a web page or web view. Then there are directives, which are just functions, but they are important for your front-end. FREE ACCESS
  • Locked
    4.  Angular Services, Pipes, Directives, and Routing
    4m 48s
    In this video, you’ll learn more about Angular Services. They contain common code that can be shared across the application. A very popular service is the HTTP client service. It allows you to make calls to APIs. You’ll see they enhance reusability and make your application more modular. There will always be one instance of the service class, so only one should be created. There is one object for each service in your application. FREE ACCESS
  • Locked
    5.  Installing Node.js
    3m 36s
    In this video, you’ll watch a demo. In this demonstration, you’ll install Node.js as NPM. First, you’ll learn what Node.js is. It's a free, open-source, cross-platform JavaScript environment. It's a development environment for JavaScript applications. Node.js is a server-side technology because it runs on the server. It uses JavaScript so there's no need to learn another programming language and it’s asynchronous by default. FREE ACCESS
  • Locked
    6.  Installing Visual Studio Code
    3m 49s
    In this video, you’ll watch a demo. In this demonstration, you’ll install Visual Studio Code on a Linux virtual machine. You’ll also install an IDE, an integrated development environment called Visual Studio Code. You’ll learn to develop Angular applications inside an IDE such as Visual Studio Code. In order to install Visual Studio Code, you’ll open the Terminal Window. FREE ACCESS
  • Locked
    7.  Installing the Angular CLI
    3m 20s
    In this video, you’ll watch a demo. In this demonstration, you’ll install the code necessary to build Angular applications. To install Angular, you’ll need to have Node.js and NPM already installed. You’ll need the terminal window, so choose the icon for the terminal window and click on it. Now you’ll enter the code to install Angular. FREE ACCESS
  • Locked
    8.  Creating and Running an Angular Application
    5m 48s
    In this video, you’ll watch a demo. In this demonstration, you’ll learn how to build your first Angular 11 application. You’ll use the Ubuntu system. From Quick Launch Bar, you’ll choose Files, and then you’ll find the file system. From the Home directory, you’ll choose Documents and then you’ll create a New Folder. You’ll name the folder Ng11. FREE ACCESS
  • Locked
    9.  Characteristics of package.json Files
    2m 18s
    In this video, you’ll learn more about the package.json file. This is a JSON file, meaning it contains name-value pairs, and those name-value pairs pertain to the application you're developing. The package.json file is a configuration file for your application. It provides general details about the project. You can put in an application description if you wish. You’ll need to figure out which license you want to use and apply that to your application. FREE ACCESS
  • Locked
    10.  TypeScript Characteristics
    2m 26s
    In this video, you’ll learn more about TypeScript. TypeScript is a wrapper for JavaScript. It’s mainly used by Angular. You don't have to use TypeScript in your Angular code but it is recommended. TypeScript was developed by Microsoft and it continues to be maintained by them. However, it’s in the open-source space and is considered open-source code and open-source technology. FREE ACCESS
  • Locked
    11.  Course Summary
    1m 21s
    In this video, you’ll summarize what you’ve learned in this course. You’ve learned about Angular’s architecture. You examined the building blocks of Angular, which included modules, components, services, and routing. Then, you learned some additional features of Angular 11, and you set up your environment. You installed Node.js and Angular itself. You then installed an IDE, and created and ran an actual Angular application. FREE ACCESS

EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

YOU MIGHT ALSO LIKE

Rating 4.4 of 94 users Rating 4.4 of 94 users (94)
Rating 3.0 of 1 users Rating 3.0 of 1 users (1)

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 4.4 of 69 users Rating 4.4 of 69 users (69)
Rating 4.5 of 51 users Rating 4.5 of 51 users (51)
Rating 4.2 of 117 users Rating 4.2 of 117 users (117)