As you may know, AngularJS framework is no longer supported. Creating new pages using that framework is discouraged.
How can we handle existing pages, written with older framework? How can we handle new pages? Read more
Similar
This post is about an experimental approach and I am sure there are other approaches for solving a similar problem. If so, please comment… (more…)
Read more »
How to build an Angular.js powered single page app (SPA) from within a WordPress plugin, full app demo available on GitHub. (more…)
Read more »
TL;DR The Angular team is deprecating support for Internet Explorer 11 in Angular v12 (to be released in May 2021 and supported through November 2022), and plans to remove support for this browser ... (more…)
Read more »
In this informal essey I’ll go through a case study of my experience in using Angular (2 and above) in production.
Read more »
Component is one of the essential building block of any Angular app. A component controls a
patch of screen called a view. Components are the main way we build and specify elements and logic on the page,
... (more…)
Read more »