Updating your application to Angular 9 is just a half-step toward achieving overall performance optimization. As a diligent developer, you should look into other areas where you can optimize the performance of your Angular app: build and deploy time, code…
Developers of enterprise web applications that need to display data in grids are faced with a dilemma. Do you use plain HTML tables, which are simple and easy to build, but tired and featureless (especially since you know users will compare them to Google Sheets)? Or…
Angular is one of the prominent open-source frameworks for building web and mobile applications. Developed by Google, Angular has evolved over the years into a comprehensive development framework that includes all of the tools and components required to build a web…
The History of Components in Web Development If you’re a JavaScript developer, you’ve probably heard of Web Components. In case you’re not familiar with them, Web Components make it possible to define custom HTML components using JavaScript. Have you ever wanted to…