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

SkillSoft Explore Course

IT Professional Curricula     Web Design Solution Area     Scripting and Web Languages     AngularJS 2.0
Securing Angular apps ensures user data and resources are safe from malicious agents. This course covers best practices relating to Angular web apps as well as supporting authentication via web tokens. This course also covers the Angular command line interface that provides utilities, which make working with Angular even easier.

Objectives

Angular 2 Security Fundamentals

  • start the course
  • identify best practices that can be followed to make apps more secure
  • identify Angular built-in support for defending against XSS
  • use DomSanitizer to bypass Angular's default url security
  • identify Angular built-in support for defending against XSRF

Angular 2 Authentication

  • install a library that facilitates working with JSON web tokens
  • create a service capable of checking that a user is authenticated
  • implement login and logout functionality
  • restrict access to front end routes which require authentication
  • implement transmission of authenticated requests to a server

Working with Angular CLI

  • install the Angular command line interface on a development machine
  • create a new app using the command line
  • create app components using the command line
  • create app directives using the command line
  • create custom pipes using the command line
  • create custom services using the command line
  • create separate modules using the command line
  • create and configure routes using the command line

Practice: Using Angular CLI

  • use AngularCLI commands to create a working Angular app