Angular

Angular CLI Basics - Introduction

Outline

Welcome to Thinkster.io's Angular CLI Basics course. In this course, you'll learn how to:

  • Create a new application using the Angular CLI
  • Generate modules, components, guards, pipes, and services for your application
  • Serve the application locally while developing it
  • Build your application to deploy to different environments

As a reference throughout the course, make sure you go to the CLI documentation at angular.io/cli.

By the end of the course, you should be comfortable running the above commands, and be able to go and create and build new applications using the Angular CLI.

Before you start this course, you should have some familiarity with your terminal. You don't need to be an expert, but you should know how to get around with some basic commands and with the ability to install npm modules globally. You don't need to have written an Angular app before watching this course, but having some familiarity with Angular will benefit your learning as well.

 

I finished! On to the next chapter