Adding Material Design to an Angular CLI project is relatively simple; Connecting your routed page components to a menu with navigation and bookmarking is a little more complex. The solution has a common pattern you can follow using built in angular router and some custom
This article will show how to create an Angular web application using Angular CLI to manage the build process and dependency management, using WebPack. The latest version of Angular at this time of this article is 4.0.1. Using this technique you can integrate Angular into
This article builds on the prior series showing how to create an application using Angular 2 or later, and leverage ngrx store for application state. The previous article demonstrated how to add ngrx-store-freeze to verify your angular components do not improperly modify state directly without
This article builds on the prior series showing how to create an application using Angular 2 or later, and leverage ngrx store for application state. The article will show how to ensure your code doesn’t modify the application state without using the dispatcher and your
This article builds on the prior series showing how to create an application using Angular 2 or later, and leverage ngrx store for application state. The article will extend the same project by moving application logic to a central class for business logic, defend against
This article builds on the prior series showing how to create an application using Angular 2 or later, and leverage ngrx store for application state. The article will extend the same project state by replacing the reducer function for each store that uses a switch
This article builds on the prior series showing how to create an application using Angular 2 or later, and leverage ngrx store for application state. The last article in the series completed a functional application using NgRx to communicate state changes between components and recall
This article series will show how to create an application using Angular 2 or later, and leverage ngrx store for application state. The back-end REST layer will leverage Microsoft Asp.Net MVC 5 / Web API. All of this is backed by a Github repo with
This article series will show how to create an application using Angular 2 or later, and leverage ngrx store for application state. The back-end REST layer will leverage Microsoft Asp.Net MVC 5 / Web API. All of this is backed by a Github repo with
When you create an application many times it works for you on your machine, but not when you deploy it elsewhere. This can happen on Azure websites or cloud services. But it isn’t the platforms fault. It would be the platforms fault if it didn’t