Angular is a platform for building applications in TypeScript, HTML and CSS. The basic building blocks of an Angular application are NgModules. An Angular app is typically comprised of a root module (that is responsible for bootstrapping) and one or more feature modules. By default, NgModules are eagerly loaded, which…
TypeScript
Working with TypeScript, webpack and Ionic 3
In previous posts I walked you through the steps I followed when creating a reactive form using FormBuilder and then adding support for validation and error handling. In this post, I'll show you how to use aliases when working with TypeScript, webpack and Ionic 3. What problem are we solving?…
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…