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

SkillSoft Explore Course

IT Skills     Web Development and Graphic Design     Scripting     JavaScript
Angular 6 has some new features and many bug fixes. You can learn how to create Angular 6 apps by taking this introductory course. You will begin by learning how to install Angular 6, before exploring the topics of data binding via interpolation and property binding. Next, you will learn how to get outputs from components, and use the ngFor directive to repeat elements in an Angular template. As you progress through the course, you'll explore the concept of routes, including how to create and add routes to an Angular app, as well as use parameters. Finally, you'll learn about schematics, including how to install the CLI tool, and there is an exercise on how to create and deploy an Angular 6 App.

Objectives

Angular 6 Development: Introduction

  • install Angular 6 using Angular CLI
  • work with one way data binding via interpolation and property binding
  • bind events to custom methods
  • use property binding to pass input values into Angular components
  • pass data out from child components to host components
  • use the ngFor directive to repeat elements in an Angular template
  • create and add routes to an Angular app
  • use parameters in Angular routes
  • know the purpose of schematics when using Angular CLI
  • install the schematics CLI tool and use it to create a new schematic project
  • define a rule factory function with a rule that describes a transformation to be made
  • run a custom schematic and understand how to toggle dry mode
  • install and use a schematic via Angular CLI
  • Create and deploy an Angular 6 App