-
Installing Ng2-Charts for an Angular 4 Project
- May 31, 2017
- Posted by: Christopher Pond
- Category: Front End Development
No CommentsDuring a recent sprint I was assigned a task to come up with some summary dashboard pages for an Angular 4 app I was working on. The client is generally brief with specifications and trusts us to come up with a first cut which they can throw rocks at. The initial deliverable included displaying some
-
Adding Angular Material 2 to your Angular 4 Project
- April 26, 2017
- Posted by: Christopher Pond
- Category: Front End Development
We have already created a new Angular 4 cli project in our previous post: Cloud Based Angular 4 New Project Tutorial. Next we will go through the steps to add Angular Material Design to the project. Angular Material According to the Angular Material team: Our goal is to build a set of high-quality UI components built with Angular and TypeScript,
-
Cloud Based Angular 4 New Project Tutorial
- April 15, 2017
- Posted by: Christopher Pond
- Category: Front End Development
We are going to go through the steps for creating an new Angular 4 project leveraging the Angular CLI tool. Getting started with a new project is both quick and simple. Cloud based IDE Setup using Cloud9 We will be using Cloud9 which offers a cloud hosted development IDE which includes a Free version sufficient for this