code

What is Angular?

Angular is an open-source web application framework that is maintained by Google. If you look back at the history of Angular you will find 2 main versions, the original known as AngularJS this was later replaced by a compete rewrite… Read More ›

Routing the app

Creating a new component in Angular is easy, this will generate some boilerplate code. By default it will setup the HTML, CSS/SCSS, TS, and Spec. Angular will also add the newly created component to the imports of the main app… Read More ›