Creating an Angular Web Application

Lab Steps

lock
Creating a New Angular Project
lock
Listing and Mocking Recipes

Ready for the real environment experience?

DifficultyBeginner
Time Limit1h
Students151
Ratings
5/5
starstarstarstarstar

Description

Angular is a front-end framework for creating rich, dynamic web applications. It's component-based, which reduces the need to write boilerplate code and promotes best practices that make code easier to maintain in the future.

Learning how to create web user interfaces using Angular will enable you to create full-featured and responsive applications.

In this lab, you will create a new project using the Angular CLI, run the development web server, and make changes to the application.

Learning Objectives

Upon completion of this beginner level lab, you will be able to:

  • Create a new Angular application
  • Use the Angular CLI to run the development server
  • Create a new Angular component

Intended Audience

  • Software Engineers
  • Web Developers
  • Full-stack Engineers

Prerequisites

Familiarity with the following will be beneficial but is not required:

  • JavaScript
  • TypeScript

The following courses can be used to fulfill the prerequisites:

Environment before
PREVIEW
arrow_forward
Environment after
PREVIEW
About the Author
Students55009
Labs139
Courses2
Learning paths3

Andrew is a Labs Developer with previous experience in the Internet Service Provider, Audio Streaming, and CryptoCurrency industries. He has also been a DevOps Engineer and enjoys working with CI/CD and Kubernetes.

He holds multiple AWS certifications including Solutions Architect Associate and Professional.

Covered Topics