What is Angular

Angular is a development platform built on TypeScript. (Remember TypeScript is a based on JavaScript, so it’s easy to move from one to another as a developer.) It includes a component-based framework for building scalable web applications and a collection of well-integrated libraries that cover a wide variety of features, including routing, forms management, client-server…

Creating a Template for a Bootstrap Enabled Website

When building a site, you want consistency. It helps in the design, and makes it easier to communicate with your intended audience. You might call it repetition. The easiest way to do that is via a template. Now different development environments allow you different methods. WordPress has themes, some content management systems (CMS) call them…