Tech Shorts Angular Navigation and Routing Angular single page applications can use the Router extension to give the appearance of multiple pages but without additional HTTP get requests being sent.
Tech Shorts Filtering the Movies (Angular) Angular allows the creation of a pipe element that can be used to dynamically filter a list of items allowing dynamic changes to the page content.
Tech Shorts Package and Deploy the Angular App With the basic Angular app created in the last post, let’s see how easy it is to package and deploy it to a server with Nginx managing connections.
Tech Shorts Quick Angular Website I dipped my toe into angular and was able to quickly build a static website with some responsive features. This post shares what I learned.