Skip to content
KnowledgeCity

Beginner Angular

Learn the basics of the Angular framework.
Preview the first lesson free — get full access to all 39 lessons.
Course: On-Demand
Beginner Provider Michaela Ochnich  10 chapters ·  39 Lessons ·  2h 4m  in Arabic, German, English, Spanish, French, Portuguese, Chinese 

Course Description

This course introduces the basics of the Angular framework. It discusses the structure of an Angular application and its project files. It also demonstrates how to use the CLI to create an application and introduces the components, modules, and services needed to build them.

You’ll learn how to dynamically alter the DOM using directives and how to use pipes to format data for display to the user. You’ll also learn how to use data binding to transfer information between the component template and class. Additionally, you’ll get an introduction to setting up basic routes and to using Typescript to catch bugs early in the development process. By the end of this course, you’ll be able to create a simple front-end application that responds to user input.

What You'll Learn

  • Understand the structure of an Angular application and its project files
  • Use the Angular CLI to create an application and generate components, modules, and more
  • Build components, modules, and services and apply data binding between the component template and class
  • Use directives such as ngIf, ngFor, ngClass, ngStyle, and ngModel to dynamically alter the DOM
  • Configure basic routing, including basic routes and wildcard routes, for the application
  • Apply the basics of TypeScript and static typing to catch bugs early in development

Key Takeaways

  • The course introduces the basics of the Angular framework, including the structure of an Angular application and its project files.
  • The Angular CLI can be used to create an application and to generate components, modules, and more.
  • Pipes are used to format data for display to the user, while data binding transfers information between the component template and class.
  • Directives are used to dynamically alter the DOM, and TypeScript helps catch bugs early in the development process.
  • By the end of the course, learners are able to create a simple front-end application that responds to user input.

Frequently Asked Questions

Who is this course for?

This is a beginner course that introduces the basics of the Angular framework, including how to create a simple front-end application that responds to user input.

What topics does this course cover?

It covers the structure of an Angular application, modules, components, services and dependency injection, templates and data binding, pipes, directives (such as ngIf, ngFor, ngClass, ngStyle, and ngModel), routing, the Angular CLI, and the basics of TypeScript.

Will I learn how to use the Angular CLI?

Yes. The course demonstrates how to use the CLI to create an application and includes lessons on CLI introduction and installation, and creating components, modules, and more.

Does this course cover routing?

Yes. It introduces setting up basic routes and includes lessons on routing introduction, basic routes, and wildcard routes.

Will I be able to build an application after this course?

Yes. By the end of the course, you will be able to create a simple front-end application that responds to user input.