Authenticating Firebase and Angular with Auth0: Part 1
This article was originally published on the Auth0.com blog, and is republished here with permission. In this 2-part tutorial series, we'll learn how to build an application that secures a Node back...
View ArticleAuthenticating Firebase and Angular with Auth0: Part 2
This article was originally published on the Auth0.com blog, and is republished here with permission. In this two-part tutorial series, we’ll learn how to build an application that secures a Node back...
View ArticleTop Angular Plugins for Sublime Text
This article covers a number of Angular plugins for the Sublime Text text editor. Whether you’re new to Angular (version 2+) development, and looking to get started with it and integrate it more...
View ArticleBoosting Your Workflow with Angular 5 Snippets and VS Code
In this article, we’ll focus on how to use Angular 5 snippets in Visual Studio Code to improve our workflow. We’ll first start with the basics of using and creating snippets. We’ll look at how we can...
View ArticleUsing Angular Augury to Debug Your Code
Augury is an open-source tool allowing developers to profile and debug Angular 2 and 4 applications. Modern web browsers provide developer consoles to inspect various elements on the page, which is...
View Article10 Essential TypeScript Tips and Tricks for Angular Devs
In this article, we’ll dive into a set of tips and tricks that should come in handy in every Angular project and beyond when dealing with TypeScript. In recent years, the need for static typing in...
View ArticleCSS and PWAs: Some Tips for Building Progressive Web Apps
In recent years we’ve seen a number of major shifts in the online experience, mostly coming from the proliferation of mobile devices. The evolution of the Web has taken us from single versions of a...
View ArticleBuild a Basic CRUD App with Angular and Node
This article was originally published on the Okta developer blog. Thank you for supporting the partners who make SitePoint possible. In recent years, single page applications (SPAs) have become more...
View ArticleBuild an App with Everything New & Noteworthy in Angular 7
Angular 7 was released earlier this quarter and I’m pumped about a few of its features. If you’ve been following Angular since Angular 2, you know that upgrading can sometimes be a pain. There was no...
View ArticleBuild a Simple Web App with Express, Angular, and GraphQL
This article was originally published on the Okta developer blog. Thank you for supporting the partners who make SitePoint possible. During the past 10 years or so, the concept of REST APIs for web...
View ArticleHow to Build a News App with Ionic 4 & Angular
In this tutorial we'll be using Ionic 4 to build a news application that makes use of a third-party news API. Ionic 4 is the latest version of Ionic, a mobile framework originally built on top of...
View ArticleBuild a Desktop Application with Electron and Angular
In this tutorial we’ll build a cross-platform desktop application with Electron and web technologies such as TypeScript and Angular. Electron.js is a popular platform for building cross-platform...
View ArticleA Deep Dive into Redux
Building stateful modern applications is complex. As state mutates, the app becomes unpredictable and hard to maintain. That's where Redux comes in. Redux is a lightweight library that tackles state....
View ArticleMEAN Stack: Build an App with Angular and the Angular CLI
In this tutorial, we’re going to look at managing user authentication in the MEAN stack. We’ll use the most common MEAN architecture of having an Angular single-page app using a REST API built with...
View ArticleReact vs Angular: An In-depth Comparison
Should I choose Angular or React? Each framework has a lot to offer and it’s not easy to choose between them. Whether you’re a newcomer trying to figure out where to start, a freelancer picking a...
View Article