Angular 11: Getting Started with Angular
Angular
| Beginner
- 11 videos | 38m 9s
- Includes Assessment
- Earns a Badge
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 courseOutline a high-level overview of angular – its past and present.Recognize the various parts of an angular application and how they relate to one otherList the different building blocks of angular, namely angular components, services, modules, and routingDemonstrate the installation of node.jsDemonstrate the installation of visual studio code
-
Demonstrate the installation of the angular cliCreate and run an angular application using the cliDescribe the characteristics of package.json filesOutline the basic characteristics of typescriptSummarize the key concepts covered in this course
IN THIS COURSE
-
1m 14sIn 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 36sIn 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
-
4m 53sIn 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
-
4m 48sIn 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
-
3m 36sIn 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
-
3m 49sIn 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
-
3m 20sIn 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
-
5m 48sIn 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
-
2m 18sIn 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
-
2m 26sIn 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
-
1m 21sIn 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.