Genuitec's Blog: How-to’s
Testing Angular Apps with Jasmine and Karma
Posted on Oct 25th 2017
Testing is one of the most important aspects of the modern application development process. Today, high quality, robust applications are the norm; nobody appreciates a buggy application. This article will walk you through testing your Angular application using capabilities that are already part of your Angular project. Creating … Read More
Set Up and Use a Fake REST API with Angular
Posted on Oct 20th 2017
Often, when developing Angular applications, you do not have the backing REST APIs ready for testing. To avoid having to digress into developing web services, or being blocked, waiting for your back end team to provide them, you can use JSON server to provide a “fake” API. This … Read More
Using Swagger to Connect a Backend to an Angular Frontend
Posted on Oct 13th 2017
IntroductionLet’s say you have an advanced backend system, for which you wish to develop a modern Angular frontend, or, perhaps it’s not your backend, but something public like Facebook, and you want to develop a site using some of its exposed APIs. Of course, you want to do … Read More
Creating Icons for Darkest Dark Theme.
Posted on Jun 5th 2017
So you have come over to the dark side and now you are ready to make your development environment look even cooler. No matter if you are working with Angular, MyEclipse, Webclipse or Eclipse itself, you can create your own icons to fit your taste. Not only that, … Read More
Creating Your First Angular App.
Posted on May 25th 2017
So you are keeping up with the latest technology and you already have your Angular IDE downloaded. You are now ready to start working on a project. How? Just follow this simple series of steps or watch the video below and let the Angular app fun begin!Creating your … Read More