Angular NgRX Exploring The Essentials of NgRX

In this webinar, programmer and trainer Eric Greene will walk you through the essentials of NgRx. As part of the essentials, some of the important principles of Redux and RxJS will be explained. A simple Angular application will be enhanced with the NgRx Store and Effects modules demonstrating how to orchestrate actions, reducers, selectors and…

Getting Started with Angular 5

This webinar will explore the essentials of building components, templates, data binding, and handling events. If you are looking to jump start your Angular 5 development this webinar is for you. Click here to get the demo code from the webinar.  In this recorded Wintellect webinar you will learn: Brief overview of Angular 5 How…

Intro to Angular 5 Webinar

This webinar will explore Angular 5 essentials of building components, templates, data binding, and handling events. If you are looking to jump start your Angular 5 development this webinar is for you. In this recorded Wintellect webinar you will learn: Brief overview of Angular 5 How to code an angular 5 application Angular CLI Modules…

A Late Synopsis Of The Angular NG-Conf Day 3

With two jam-packed days in the books, only one day remained.  The format for the final day of ng-conf was another single room, all day series of sessions.  Much like the first day, the range of topics was both broad as they were relevant and informative.  Day 3 had a few major themes expressed in…

A Late Synopsis Of The Angular NG-Conf Day 2

Day 2 of ng-conf was a fair day.  Multiple talks and activities took place all day long.  Not being able to clone myself and see all of the discussions, I set my focus on a particular path for the day.  So let’s take a look at the path I chose. RxJS: The Good Parts The title of…

A Late Synopsis of The Angular NG-Conf Day 1

April 5-7th 2017 marks the 4th year of the Angular conference ng-conf. This year’s ng-conf marks my first year attending, w00t w00t to that.  From the first day’s rapid-fire talks, the tone of the conference, and I think for Angular in general, is set for the year.  Some of the major takeaways from the first…

Building JavaScript Applications with Angular and Redux

Introduction The web application world has been disrupted by the plethora of JavaScript technologies which has transformed the development of web applications from being a primarily server-side effort, to primarily a client-side one. Ever since jQuery made cross-browser web applications easy for everyone to create, a steady stream of JavaScript libraries and frameworks have been…

Introduction to Angular 2

Jump start your Angular 2 development Wintellect’s Eric Greene presented a live webinar this week an “Introduction to Angular 2” which included live coding demos. Angular 2 is the latest JavaScript UI framework for building cross-platform, single page applications. Utilizing TypeScript, the concepts of Web Components, Reactive programming with Observables, and advanced change detection powered…

The Future of Angular2, and More Updates From NG-Conf 2016

Some highlights of day two of ng-conf 2016: Day two started with a focus on the future of Angular2. No, they didn’t announce Angular3, but they did focus on the work they are finishing up and looking towards the future. For example, work is in progress to build an offline compiler for Angular2 applications. This…

Highlights From Angular’s NG-Conf 2016

I just finished up the first day of ng-conf 2016 and as usual, it has been a great informative conference. Thanks to the organizers, sponsors, and Angular team members for all your efforts. Here are some highlights from today: Brad Green’s keynote address, of course, covered the big picture of the Angular development work. The…

Using Redux to Manage Angular2 Application State

In this post, I want to focus on managing application state. In the example application, I tried to create an application that had a reasonably complex user interface (“complex” is relative here, of course). The user interface needed to show where changes in one area of the page had immediate impact on other areas. If…

Angular2 Series

As we add posts in the Angular2 series, this post will get updated. Big Ideas Behind Angular2 Container and Presentation Components in Angular2 Yes, I used jQuery in my Angular2 application Using Redux to Manage Angular2 Application State