Course Outline. ProTech Professional Technical Services, Inc. Comprehensive Angular 7 Course Summary. Description

Similar documents
"Charting the Course... Comprehensive Angular 6 Course Summary

"Charting the Course... Comprehensive Angular 5. Course Summary

"Charting the Course... Comprehensive Angular. Course Summary

Angular 4 Syllabus. Module 1: Introduction. Module 2: AngularJS to Angular 4. Module 3: Introduction to Typescript

FRONT END WEB. {< Course Details >}

"Charting the Course... MOC A: Developing with the SharePoint Framework. Course Summary

Angular 2 and TypeScript Web Application Development

Angular 2 and TypeScript Web Application Development

ANGULAR 2.X,4.X + TYPESRCIPT by Sindhu

Angular 2 Programming

Angular 4 Training Course Content

This course is designed for web developers that want to learn HTML5, CSS3, JavaScript and jquery.

Sample Copy. Not For Distribution.

Frontend UI Training. Whats App :

PHP + ANGULAR4 CURRICULUM 6 WEEKS

Pro Angular 6. Third Edition. Adam Freeman

Advanced React JS + Redux Development

Comprehensive AngularJS Programming (5 Days)

Application Development

"Charting the Course... SharePoint 2007 Hands-On Labs Course Summary

Chapter 1 - Development Setup of Angular

Full Stack boot camp

"Charting the Course... Java Programming Language. Course Summary

Jesse Palmer Corinna Cohn Mike Giambalvo Craig Nishina MANNING. Foreword by Brad Green, Google. Sample Chapter

POWER BI BOOTCAMP. COURSE INCLUDES: 4-days of instructor led discussion, Hands-on Office labs and ebook.

POWER BI DEVELOPER BOOTCAMP

Front End. Presentation Layer. UI (User Interface) User <==> Data access layer

"Charting the Course to Your Success!" MOC D Querying Microsoft SQL Server Course Summary

55249: Developing with the SharePoint Framework Duration: 05 days

P a g e 1. Danish Technological Institute. Scripting and Web Languages Online Course k Scripting and Web Languages

The course is supplemented by numerous hands-on labs that help attendees reinforce their theoretical knowledge of the learned material.

"Charting the Course... MOC C: Querying Data with Transact-SQL. Course Summary

Arjen de Blok. Senior Technical Consultant bij ICT Groep ( sinds 1995 Programmeren sinds 1990 Technologiën. Links

Pro ASP.NET MVC 2 Framework

Modern SharePoint and Office 365 Development

"Charting the Course... MOC A Developing Data Access Solutions with Microsoft Visual Studio Course Summary

Ten interesting features of Google s Angular Project

ANGULAR2 OVERVIEW. The Big Picture. Getting Started. Modules and Components. Declarative Template Syntax. Forms

One Framework. Angular

PHP WITH ANGULAR CURRICULUM. What you will Be Able to Achieve During This Course

Full Stack Web Developer

Practical Node.js. Building Real-World Scalable Web Apps. Apress* Azat Mardan

Advance Mobile& Web Application development using Angular and Native Script

Introduction to. Angular. Prof. Dr.-Ing. Thomas Wiedemann.

The Great SharePoint 2016/2013 Adventure for Developers

Full Stack Developer with Java

"Charting the Course... MOC A Introduction to Web Development with Microsoft Visual Studio Course Summary

Pro JavaScript. Development. Coding, Capabilities, and Tooling. Den Odell. Apress"

SHAREPOINT DEVELOPMENT FOR 2016/2013

AngularJS Fundamentals

"Charting the Course... MOC B Developing Microsoft SharePoint Server 2013 Core Solutions. Course Summary

THE GREAT SHAREPOINT ADVENTURE 2016

Introduction to PTC Windchill PDMLink 11.0 for Heavy Users

Chapter 1 - Model Driven Forms

React(.js) the Domino Way High-Performance Client for Domino. Knut Herrmann

Introduction to PTC Windchill PDMLink 11.0 for the Implementation Team

"Charting the Course... Agile Database Design Techniques Course Summary

Java EE 6: Develop Web Applications with JSF

Getting MEAN. with Mongo, Express, Angular, and Node SIMON HOLMES MANNING SHELTER ISLAND

International Research Journal of Engineering and Technology (IRJET) e-issn: Volume: 05 Issue: 06 June p-issn:

IN PRACTICE. Daniele Bochicchio Stefano Mostarda Marco De Sanctis. Includes 106 practical techniques MANNING

Lab 1 - Introduction to Angular

Excel Programming with VBA (Macro Programming) 24 hours Getting Started

Introduction to PTC Windchill ProjectLink 11.0

Angular 2: What s new? Jonas Bandi, IvoryCode GmbH

Decoupled Drupal with Angular

Contents in Detail. Foreword by Xavier Noria

Remote Access Guide.

CITY UNIVERSITY OF NEW YORK. i. Visit:

Beginning Groovy, Grails and Griffon. Vishal Layka Christopher M. Judd Joseph Faisal Nusairat Jim Shingler

CITY UNIVERSITY OF NEW YORK. Creating a New Project in IRBNet. i. After logging in, click Create New Project on left side of the page.

Comprehensive Angular 2 Review of Day 3

20486-Developing ASP.NET MVC 4 Web Applications

Application Design and Development: October 30

Advantages: simple, quick to get started, perfect for simple forms, don t need to know how form model objects work

CHAPTER 1: INTRODUCING C# 3

An Introduction to TypeScript. Personal Info

The 4D Web Companion. David Adams

Introduction to Windchill PDMLink 10.2 for the Implementation Team

Power BI Developer Bootcamp

"Charting the Course... WebSphere Portal 8 Development using Rational Application Developer 8.5. Course Summary

Learn to Build Awesome Apps with Angular 2

JavaScript Patterns O'REILLY* S toy an Stefanov. Sebastopol. Cambridge. Tokyo. Beijing. Farnham K8ln

Contents. Acknowledgments

ANGULAR 10. Christian Ulbrich (Zalari)

Full Stack Web Developer

Fundamentals of the Java Programming Language

"Charting the Course... MOC A Developing Microsoft SQL Server 2012 Databases. Course Summary

Advanced Angular & Angular 6 Preview. Bibhas Bhattacharya

Introduction to TypeScript

COPYRIGHTED MATERIAL. Contents. Part One: Team Architect 1. Chapter 1: Introducing the Visual Designers 3

Pro Business Applications with Silverlight 4

55191: Advanced SharePoint Development

"Charting the Course to Your Success!" MOC B Programming in C# Course Summary

MEAN Stack. 1. Introduction. 2. Foundation a. The Node.js framework b. Installing Node.js c. Using Node.js to execute scripts

Stencil: The Time for Vanilla Web Components has Arrived

,

"Charting the Course... MOC B Updating Your SQL Server Skills to Microsoft SQL Server 2014 Course Summary

DNCMagazine. ANGULAR. Cheat Sheet

JavaScript Programming

Transcription:

Course Summary Description Use Angular 7 to easily build web applications that interacts with the user by dynamically rewriting the current page rather than loading entire new pages from a server. Learn how to build these applications using the newest JavaScript language features by leveraging ES6, TypeScript, and modern front-end tools including npm and Webpack. Understand application architecture and design best practices in Angular. Get up to speed on how to authenticate, unit test, and manage application state in an Angular application. Objectives After taking this course, students will be able to: Understand how single-page web application architectures are different than traditional web application architectures Use new JavaScript (ES6) language features including Classes, Modules, and Arrow Functions Use new TypeScript language features including Types, Decorators, Interfaces, and Generics Learn Angular coding and architecture best practices including project layout and using container and presentation components Understand and use Angular model-driven forms, observables, dependency injection, and routing Communicate with a backend server using Angular s HttpClient to load and save data Configure the router and navigate between components Unit test all parts of an application including Components, Services, and Understand RxJS and Observables and where they can be used Implement Authentication and Authorization in an Angular Application Optimize Angular Performance by changing Change Detection Strategies Setup new projects from scratch using the Angular CLI Scaffold modules, components, services, models, routes, and unit tests in accordance with best practices using the Angular CLI Build and deploy an application to production using the Angular CLI Write End-to-End Tests (optional; taught only if this applies to your group) Upgrade an existing application from AngularJS to Angular 7 (optional; taught only if this applies to your group) Topics Overview TypeScript and ECMAScript 6 (ES6) Fundamentals Your First Angular Application Angular Modules (NgModule) Angular CLI Data Binding Directives Components Services & Model-driven Forms (Reactive Forms) Communicating with the Server using the HttpClient Service Router Deploying an Angular Application to Production Angular 7 Angular Roadmap for the Future Unit Testing RxJS and Observables

Course Summary (con t) Security Change Detection Advanced Routing advanced npm QuickStart Managing Shared Application State using ngrx and Redux Upgrade Strategies from AngularJS End-to-End Testing Conclusion Prerequisites All Angular training students must have substantial prior experience developing with JavaScript. If attendees will not have prior JavaScript experience, we would be delighted to precede this class with a one- or two-day intensive JavaScript primer. Duration Five Days

Course Outline I. Overview A. Benefits of Building using Angular B. Understanding Angular Versions C. Single-page Web Application Architectures vs. Traditional Server-side Web Application Architectures D. Angular Style Guide E. Angular Architecture F. Angular Compared to Other JavaScript Libraries and Frameworks (React, VueJS, etc ) II. TypeScript and ECMAScript 6 (ES6) Fundamentals A. TypeScript Installation, Configuration & Compilation B. Type Annotations C. Classes D. Scoping using let, var, and const Keywords E. Arrow Functions F. ES Modules G. Decorators H. Template Literals I. Spread Syntax and Rest Parameters J. Destructuring A. Interpolation B. Property binding C. Event binding D. Two-way data binding VII. Directives A. Structural: ngfor, ngif, ngswitch B. Attribute: ngclass, ngstyle VIII. A. Built-in : Using, Passing Parameters, Chaining IX. Components A. Component Communication using @Input, @Output B. Component Architecture C. Component Styles D. Component Lifecycle Hooks E. Evaluating UI Component Frameworks & Libraries X. Services & A. Using a service to access data B. Using a service to encapsulate business logic C. Understanding the scope of services III. Your First Angular Application A. Component Basics B. Understanding Components C. Component Properties & Methods D. Templates: Inline, Multi-line, and External with Component-relative Paths XI. A Injection. Understanding Dependency B. Angular s System C. Registering D. Injecting IV. Angular Modules (NgModule) A. Angular Modules vs. ES Modules B. Organizing your code into Feature Modules V. Angular CLI A. Creating a New Project B. Generating Code D. Customizing the Angular CLI XII. Model-driven Forms (Reactive Forms) A. Importing the ReactiveFormsModule B. FormControl, FormGroup, and AbstractControl C. Binding DOM Elements to FormGroups and FormControls D. Validation Rules, Messages, and Styles VI. Data Binding

Course Outline (cont d) XIII. XIV. XV. E. Refactoring Reactive Forms for Reuse F. Custom Validators Communicating with the Server using the HttpClient Service A. Deciding between Promises or Observables (RxJS) B. Making an HTTP GET Request C. Sending data to the server using Http POST and PUT Requests D. Issuing an Http DELETE Request E. Intercepting Requests and Responses Router A. Importing the RouterModule B. Configuring Routes C. Displaying Components using a RouterOutlet D. Navigating declaratively with RouterLink E. Navigating with code using the Router F. Accessing parameters using ActivatedRoute Deploying an Angular Application to Production A. Building the application using the Angular CLI B. Deploying to a web server XVI. Angular 7 A. What's New in Angular 7 1. CLI Prompts 2. Angular Material ScrollingModule and DragDropModule B. Upgrading to Angular 7 from earlier versions of Angular XVII. Angular Roadmap for the Future A. Ivy Renderer B. Angular Elements XVIII. XIX. XX. Unit Testing A. Tools: Jasmine, Karma B. Jasmine Syntax: describe, it, beforeeach, aftereach, matchers C. Setup and your First Test D. Testing Terminology: Mock, Stub, Spy, Fakes E. Angular Testing Terminology: TestBed, ComponentFixture, debugelement, async, fakeasync, tick, inject F. Simple Component Test G. Detecting Component Changes H. Testing a Component with properties (inputs) and events (outputs) I. Testing a Component that uses the Router J. Testing a Component that depends on a Service K. Testing a Service and Mocking its Http requests L. Testing a Pipe RxJS and Observables A. What is an Observable? B. Creating Observables C. What is an Observer? D. Observer Example E. Operators: map, switchmap, debouncetime, distinctuntilchanged F. Practical Application of using RxJS G. Subject H. Subject Example I. EventEmitter or Observable Security A. Best Practices B. Preventing Cross-site Scripting (XSS) C. Trusting values with the DOMSanitizer D. HTTP Attacks (CSRF and CSSI) E. Authentication using JSON Web Tokens (JWT) F. Authorization: Router Guards

Course Outline (cont d) I. Change Detection A. Understanding Zone.js and Change Detection B. Change Detection Strategies Default and OnPush II. III. IV. Advanced Routing A. Lazy-loading Angular Modules B. Nested or Child Routes Advanced A. Providers B. Hierarchical Injection A. Creating a custom Pipe using PipeTransform B. Understanding Pure and Impure V. Choose any two optional topics. If desired, the course can be customized to include more than two of these topics if other topics are scaled back or removed. A. npm QuickStart 1. Installing Dependencies 2. Understanding package.json 3.Using npm as a Build Tool B. Managing Shared Application State using ngrx and Redux 1. Benefits Overview 2. Three Principles of Redux: Single Source of Truth, State is Read-Only, Pure Functions 3. Examples of Pure Functions 4. Reducers 5. Simple ngrx Example 6. Time-traveling with Redux Devtools 7. Full ngrx Example Application VI. C. Upgrade Strategies from AngularJS 1. High-level Approaches 2. Concept Mapping AngularJS to Angular 3. UpgradeAdapter 4. What can be Upgraded or Downgraded 5. What cannot be Upgraded or Downgraded 6. UpgradeAdapter and D. End-to-End Testing 1. What is Protractor? 2. Why Protractor? 3. Using Locators 4. Page Objects 5. Debugging E2E Tests E. Communicating with the Server using WebSockets F. Creating Custom Attribute Directives 1. Creating a custom Attribute Directive using ElementRef and Render G. Webpack Guide 1. Installation 2. Building/Bundling 3. Development Builds 4. Production Builds H. Template-driven Forms 1. NgSubmit Directive 2. FormsModule 3. NgForm, NgModel, and NgModelGroup Directives 4. Validation Directives 5. Introduction to Angular Material Design Conclusion