Asking Angular Developers to create a mobile app is wrong. Here's a better way.
Deploying your Angular application on mobile via NativeScript

Search for a command to run...

Series
In this series I will cover Angular starting at low complexity and working my way into advanced features.
Deploying your Angular application on mobile via NativeScript

In this article, I am going to cover communication between components via inputs, outputs and event emitters. Output should be used to send/receive data between a child and parent component. Input is leveraged to receive data from a parent component...

In this article, I am going to cover how I organize my Angular projects. This may not be the best way to do it, but it is how I separate the various aspects of my projects. Out of the Box Out of the box, Angular does not provide much organization wi...

In this article, I am going to go over what Angular is, how to set up your environment, and how to create an Angular application. What is Angular? Angular is a front-end framework designed to develop across various platforms. This includes, but is no...
