code

Building a landing page

So based on my previous post, Work holts on the app, you may have seen that my next goal is to build a landing page for the Git CodeCommit app. Now I don’t particularly have any money for this project so… 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 ›