I’ve being reading around internet of things (IoT) and playing with some of the kits available, however, this post is not about how to setup a device and read the data from sensors.
[Read More]
Angular and PWA, the life ahead of us
Progressive Web Applications (PWA) are getting more and more attractions by day. With recent move from DevKit team, adding service worker support to the latest version of Safari, and Microsoft adding progressive web applications to their store, we can see the importance of the key role PWAs play in today’s market.
[Read More]
Making multi language Angular applications using ngx-translate
Are you working on an international product where you need to support multiple languages? Is your application written in Angular? Then this article might help you to get it done easier than ever.
[Read More]
Angular reactive forms and custom validations
When using reactive forms in Angular we usually avoid template based validation like required, maxlength and so on. Instead we use the Validators in the @angular/forms like this:
[Read More]
Setting up VSTS CI/CD for a SPA app using AngularCLI, ASPNetCore (Part 2)
In my previous post I showed you how to setup a build pipeline for a SPA application written in Angular using Angular CLI and ASP.Net Core as back-end. I promised back then to continue with the release as well, but have been pretty busy lately.
[Read More]