Detect OS, browser and device in AngularJS
In this lesson we will see how we can gracefully detect the Operating System, browser and device used by our
A programming language is a formal system of symbols used to write instructions that computers can understand. While most programming languages are text-based, some may also be graphical. Essentially, programming languages are a specialized type of language that exists in the context of computing.
In this lesson we will see how we can gracefully detect the Operating System, browser and device used by our
Pagination is a common feature in web applications that allows users to navigate through large sets of data. While client-side
One of the coolest features AngularJS has come up with are Filters. Filters are prominently used to modify the value of
Unit testing is a critical part of software development, ensuring that individual parts of your codebase work as expected. When
In this tutorial, we’ll delve into the creation of REST APIs using Node.js, MongoDB, and Express 4 as part of
In this final part of the MEAN stack series, we will design the front-end of our application using AngularJS. We
AngularJS, a popular framework for building single-page applications (SPAs), has always supported routing and history management through the ngRoute module.
AngularJS, a popular JavaScript framework for building web applications, provides a number of powerful features that allow you to create
In this tutorial we will learn to display time relatively in our Angular applications. Displaying relative time has become quite
Google’s “No CAPTCHA reCAPTCHA” is a service designed to protect your website from spam and abuse while differentiating humans from
I’m quite a bit late with this post about “controller as” syntax in AngularJs, but I’ve always wanted to use
AngularJs is what html would have had been if it was to build dynamic web applications. In this lesson we