One of the big challenges that NativeScript is designed to solve is the code sharing between iOS and Android projects. Meaning you can build mobile apps with JavaScript/TypeScript or Angular, which use the same code for both platforms. However, the marriage of Angular with NativeScript allows us to take it a step further, which is… Continue reading Build Web and Mobile Application using Angular NativeScript
Tag: Angular Apps
Angular Registration UI Tutorial with Material Design
Creating a clean, intuitive user interface is a key part of designing web applications. This has historically been challenging, however, because web apps don’t have a common design language like desktop apps do. Enter Material Design. Google released Material Design in 2014 with the goal of creating a common user experience across Android devices and… Continue reading Angular Registration UI Tutorial with Material Design
Build Email Application using AngularJS
Build a simple email application and learn core AngularJS concepts. By the end of this tutorial, you’ll be able to see (fake) emails, search by subject line, and read/delete emails. Prerequisites: Understand how to build a basic Javascript application with jQuery Know how to launch a basic HTTP server (e.g., python -m SimpleHTTPServer) Be able to clone a GitHub repo We… Continue reading Build Email Application using AngularJS
Build News Website Using AngularJS
In this tutorial, we’re going to build a news application using two of the most powerful and popular resources out there, Angular 6 and material design. You’ll learn how to incorporate Google’s material design components into Angular application templates to change and style your application in a professional way. The tutorial also serves as a… Continue reading Build News Website Using AngularJS
Angular Tutorial Cloud Apps with Firebase
Recently, I built an application for some developers on my team in order to boost sharing of what we learn every week. We are always learning something new, and I wanted a platform that could help orchestrate that. In the process of building my application, I used Firebase Cloud Functions that are called by triggers… Continue reading Angular Tutorial Cloud Apps with Firebase