5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

IT Skills     Web Development and Graphic Design     Scripting     JavaScript
Configuring the environment is the first step in the Angular app development process. In this course, you'll learn how to install and set up the prerequisites for creating an Angular development environment. The course will cover creating an app root module and root component as part of building a basic Angular application.

Objectives

Setting up the Environment

  • start the course
  • install and configure Node.js
  • install and update the node package manager
  • install and set up a text editor with support for creating Angular applications
  • download and install the Angular source files
  • edit or create configuration files required by Angular

Creating an Application

  • create the root module for an app
  • create the root component for an app
  • configure the bootstrap logic needed to start up an app
  • create the index.html file that hosts an application
  • set up global styles for the app
  • start an application in a browser environment

Practice: Angular for Web Apps

  • create and run a simple Angular web app