In the previous post, I described two Angular 4 component communication scenarios used to enable sibling component interaction. In this post, I'll walk you through the steps I followed when adding support for a simple Angular 4 logging service that uses dependency injection. Getting Started You've probably heard the expression:…
Angular 4
Angular 4 and Sibling Component Interaction
Angular's Getting Started Guide contains recipes for common component communication scenarios in which two or more components share information. The scenarios discussed, include: Pass data from parent to child with input binding Intercept input property changes with a setter Intercept input property changes with ngOnChanges() Parent listens for child event…
Angular CLI, Angular 4 and wijmo's FlexSheet
In this post, I'll walk you through the steps I followed to add the wijmo FlexSheet component to an Angular 4 project, created using the Angular CLI. Prerequisites Node.js (and npm) TypeScript Angular CLI wijmo FlexSheet Note: This post will walk you through the steps required to install Node.…
Angular 4 and ng-bootstrap
In this post, I'll walk you through the steps I followed to add ng-bootstrap to an Angular 4 project created using the Angular CLI. Prerequisites Node.js (and npm) TypeScript Angular CLI To install Node.js (and npm): curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash…
Build a Desktop Application with Ionic 3 (and Angular 4)
In the last few posts I have written about Apache Sling, a REST-based web framework, that makes it easy to build content-oriented applications (e.g., websites and related services). In this post, I'll walk you through the steps I followed when generating the scaffolding for an application that supports larger…