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 courseidentify best practices that can be followed to make apps more secureidentify Angular built-in support for defending against XSSuse DomSanitizer to bypass Angular's default url securityidentify Angular built-in support for defending against XSRF
Angular 2 Authentication install a library that facilitates working with JSON web tokenscreate a service capable of checking that a user is authenticatedimplement login and logout functionalityrestrict access to front end routes which require authenticationimplement transmission of authenticated requests to a server
Working with Angular CLI install the Angular command line interface on a development machinecreate a new app using the command linecreate app components using the command linecreate app directives using the command linecreate custom pipes using the command linecreate custom services using the command linecreate separate modules using the command linecreate and configure routes using the command line
Practice: Using Angular CLI use AngularCLI commands to create a working Angular app
 |