Angular 4 Training Course Content

Similar documents
Angular 2 Programming

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

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

FRONT END WEB. {< Course Details >}

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

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

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

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

PHP + ANGULAR4 CURRICULUM 6 WEEKS

Angular 2 and TypeScript Web Application Development

AngularJS Fundamentals

Comprehensive AngularJS Programming (5 Days)

Comprehensive Angular 2 Review of Day 3

Demystifying Angular 2. SPAs for the Web of Tomorrow

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

Lab 1 - Introduction to Angular

Angular 2 and TypeScript Web Application Development

ANGULAR 10. Christian Ulbrich (Zalari)

Sample Copy. Not For Distribution.

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

SELENIUM TRAINING COURSE CONTENT

1. Implementation of Inheritance with objects, methods. 2. Implementing Interface in a simple java class. 3. To create java class with polymorphism

Full Stack Web Developer

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

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

Advanced React JS + Redux Development

Full Stack Web Developer

Simple AngularJS thanks to Best Practices

IN4MATX 133: User Interface Software

Financial. AngularJS. AngularJS. Download Full Version :

Financial. AngularJS. AngularJS.

Modern and Responsive Mobile-enabled Web Applications

Advance Mobile& Web Application development using Angular and Native Script

Ten interesting features of Google s Angular Project

UI Course HTML: (Html, CSS, JavaScript, JQuery, Bootstrap, AngularJS) Introduction. The World Wide Web (WWW) and history of HTML

Integrating Angular with ASP.NET Core RESTful Services. Dan Wahlin

Selenium Course Content

Front End Nanodegree Syllabus

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

Frontend Web Development with Angular. CC BY-NC-ND Carrot & Company GmbH

Single Page Applications using AngularJS

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

Java EE 6: Develop Web Applications with JSF

Angular2. Bernhard Niedermayer. Software Development playing around with Angular2 since alpha.

Frontend UI Training. Whats App :

Dynamic Web Development

Tim Roes. Android- & inovex in Karlsruhe. GDG Karlsruhe Co-Organizer.

,

PYTHON TRAINING COURSE CONTENT

One Framework. Angular

Hands on Angular Framework

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

Tools for Accessing REST APIs

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

Pro Angular 6. Third Edition. Adam Freeman

INTRODUCTION TO IONIC 2

AngularJS AN INTRODUCTION. Introduction to the AngularJS framework

DbSchema Forms and Reports Tutorial

Transact Qualified Front End Developer

DbSchema Forms and Reports Tutorial

ANGULARJS INTERVIEW QUESTIONS

JavaScript Rd2. -Kyle Simpson, You Don t Know JS

Full Stack boot camp

Front-End Web Developer Nanodegree Syllabus

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

WeChat Adobe Campaign Integration - User Guide

Virto SharePoint Forms Designer for Office 365. Installation and User Guide

Course 1: Microsoft Professional Orientation: Front-End Web Developer

Building mobile app using Cordova and AngularJS, common practices. Goran Kopevski

Web Application Development

Modern SharePoint and Office 365 Development

Oracle - Developing Applications for the Java EE 7 Platform Ed 1 (Training On Demand)

Decoupled Drupal with Angular

DNCMagazine. ANGULAR. Cheat Sheet

Basics of Web Technologies

Kendo UI Builder by Progress : Using Kendo UI Designer

JavaScript Specialist v2.0 Exam 1D0-735

User Guide Product Design Version 1.7

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

Angular 2. Useful links. Allen Holub 2-1

20480C: Programming in HTML5 with JavaScript and CSS3. Course Code: 20480C; Duration: 5 days; Instructor-led. JavaScript code.

ONCONTACT MARKETING AND CAMPAIGN USER GUIDE V10

An Introduction to JavaScript & Bootstrap Basic concept used in responsive website development Form Validation Creating templates

DOT NET Syllabus (6 Months)

ios Application Development Course Details

ANGULARJS - MOCK TEST ANGULARJS MOCK TEST II

55191: Advanced SharePoint Development

P a g e 1. Danish Tecnological Institute. Developer Collection Online Course k Developer Collection

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

Static Webpage Development

3 Days Training Program

No Programming Required Create web apps rapidly with Web AppBuilder for ArcGIS

Amazon Web Services (AWS) Training Course Content

By the end of this Angular 6 tutorial, you'll learn by building a real world example application:

D3 + Angular JS = Visual Awesomesauce

SHAREPOINT DEVELOPMENT FOR 2016/2013

Front End Nanodegree Syllabus

IONIC. The Missing SDK For Hybrid Apps. Mike

Nintex Forms 2010 Help

Checklist for Testing of Web Application

Transcription:

CHAPTER 1: INTRODUCTION TO ANGULAR 4 Angular 4 Training Course Content What is Angular 4? Central Features of the Angular Framework Why Angular? Scope and Goal of Angular Angular 4 vs Angular 2 vs. AngularJS Angular 4 Environment Setup Adding Angular 4 and Dependencies to Your App Building Blocks of and Angular 4 Application A Basic Angular 4 Application CHAPTER 2: INTRODUCTION TO TYPESCRIPT AND ES6 Programming Languages for Use with Angular TypeScript Syntax The Type System Defining Variables The Type System Defining Arrays The Type System Classes & Objects Class Constructors Class Constructors Alternate Form Interfaces Parameter and Return Value Types Working with Modules TypeScript Transpilation Arrow Functions Template Strings Template Strings Variables and Expressions Template Strings Multiline Generics Class Generics Methods Generics Restricting Types CHAPTER 3: COMPONENTS IN ANGULAR 4 What is a Component?

An Example Component Component Starter Developing a Simple Login Component Login Component: Add HTML The HTML Component Template Login Component Component Decorator Properties Component Lifecycle Hooks Using a Lifecycle Hook: OnInit CHAPTER 4 : DATA AND EVENT BINDING Binding Syntax One-Way Output Binding Binding Displayed Output Values Two-Way Binding of Input Fields Input Binding Examples Binding Events Binding Events Examples Setting Element Properties Setting Properties: Examples CHAPTER 5: ATTRIBUTE DIRECTIVES AND PROPERTY BINDINGS What are Directives Directive Types Apply Styles by Changing Classes Changing Classes Example Applying Styles Directly Applying Styles Directly Example Obsolete Directives and Property Binding Controlling Element Visibility Setting Image Source Dynamically Setting Hyperlink Source Dynamically CHAPTER 6: STRUCTURAL DIRECTIVES Structural Directives Adding and Removing Elements Dynamically Looping Using ngfor ngfor Basic Syntax ngfor Full Template Syntax Creating Tables with ngfor ngfor Local Variables

ngfor Changes in the backing data source Swapping Elements with ngswitch ngswitch Basic Syntax ngswitch Full Template Syntax CHAPTER 7: TEMPLATE DRIVEN FORMS Template Driven Forms Note on Deprecated Forms APIs A Basic Angular Form Binding Input Fields Accessing the Form Object Binding the Form Submit Event The Submit Function Basic HTML5 Validation required Attribute HTML5 vs. Angular Validation Angular Validation Displaying Form Validation State Displaying Field Validation State Displaying Validation State Using Classes Disabling Submit when Form is Invalid Submitting the Form Binding to Object Variables Additional Input Types Checkboxes Select(drop down) Fields Rendering Options for Select (drop down) Date fields Radio Buttons CHAPTER 8: SERVICE AND DEPENDENCY INJECTION What is a Service? Creating a Basic Service What is Dependency Injection? What Dependency Injection Looks Like Injecting Services Using a Service in a Component: Dedicated Instance Using oninit to Initialize Component Data Using a Shared Service Instance Dependency Injection CHAPTER 9: HTTP CLIENT

The Angular HTTP Client Using The HTTP Client Overview Setting up the Root Component Service Using Http Client Importing Individual HTTP Providers into Services Service Imports The Observable object type What does an Observable Object do? Making a Basic HTTP GET Call Using the Service in a Component The Component Component Code Review Importing Observable Methods Enhancing the Service with.map() and.catch() Using.map() Using.catch() Using topromise() GET Request GET Request with Options POST Request Reading HTTP Response Headers CHAPTER 10: PIPES AND DATA FORMATTING What are Pipes? More on Pipes Formatting Changes in Angular 4 Using a Built-in Pipe Built-In Pipes Using Pipes in HTML Chaining Pipes Using Pipes in JavaScript Some Pipe Examples Decimal Pipe CurrencyPipe Custom Pipes Custom Pipe Example Using Custom Pipes A Filter Pipe A Sort Pipe Pipe Category: Pure and Impure Pure Pipe Example

Impure Pipe Example CHAPTER 11: INTRODUCTION TO SINGLE PAGE APPLICATION What is a Single Page Application (SPA) SPA Workflow Traditional Web Application Capabilities Single Page Application Advantages SPA and Traditional Web Sites SPA Challanges Implementing SPA s Using Angular 4 Simple SPA Using Visibility Control SPA Using Angular Components SPA with Angular Components Switching SPA with Angular Components The Displayed Component Implement SPA Using an Angular Component Router CHAPTER 12: THE ANGULAR COMPONENT ROUTER Routing and Navigation The Component Router Traditional Browser Navigation Component Router Terminology Setting up the Component Router Local URL Links Browser pushstate Routes The app.routes.ts File The app.routes.ts File Example Bootstrapping Routing in Main.ts A Basic App With Routing App Routes AppComponent Code AppComponent Router Related Features AppComponent precompile array AppComponent routerlinks Programmatic Navigation Basic Navigation Passing Data During Navigation Creating Routes with Route Parameters Navigating with Route Parameters Using Route Parameter Values Retrieving the Route Parameter Synchronously

Retrieving a Route Parameter Asynchronously Query Parameters Query Parameters Example Component Query Parameters queryparams Query Parameters Navigation Retrieving Query Parameters Asynchronously Problems with Manual URL entry and Bookmarking Fixing Manual URL entry and Bookmarking Contact Info: +91 9884412301 +91 9884312236 Know more about Angular 4 info@credosystemz.com New # 30, Old # 16A, Third Main Road, Rajalakshmi Nagar, Velachery, Chennai (Opp. to MuruganKalyanaMandapam) BOOK A FREE DEMO