Angular

Two‑Way Data Binding

How two‑way binding works (Angular as example): API sugar, dirty checking, view updates, and alternatives (defineProperty/Proxy).

Jul 12, 2020

Upgrading Angular 7 to 8

This article introduces upgrading Angular 7 to 8, including the advantages of upgrading Angular 7 to 8, implementation details, and related resources. These steps can help improve the efficiency of upgrading Angular 7 to 8.

Jun 16, 2019

Upgrading Angular 6 to 7

This article introduces the author's experience upgrading from Angular 6 to 7, including the advantages, implementation details, and related resources for improving the efficiency of Angular 6 to 7 upgrades.

May 26, 2019

How to Import Third-Party JavaScript in Angular Projects

This article introduces how to import third-party JavaScript in Angular projects, including advantages, implementation details, and related resources to help improve efficiency when importing third-party JS in Angular projects.

Jun 30, 2018

Building a Hexo-Based Blogging Platform

How I built a lightweight web platform on top of Hexo so I can draft and publish posts from any device.

Jun 18, 2018

[Translation] Differences Between Angular 1 and 2

Key differences between Angular 1.x and Angular 2 across controllers, change detection, DI, routing, and syntax.

May 22, 2018

Upgrading Angular 5 to 6

This article introduces upgrading Angular 5 to 6, including the advantages of upgrading Angular 5 to 6, implementation details, and related resources. These steps can help improve the efficiency of upgrading Angular 5 to 6.

May 5, 2018

Angular 6 New Features and Improvements

This article introduces Angular 6's new features and improvements, including their advantages, implementation details, and related resources. These insights can help improve understanding of Angular 6's capabilities.

Feb 14, 2018

Upgrading Angular 4 to 5

This article introduces upgrading Angular 4 to 5, including the advantages of upgrading Angular 4 to 5, implementation details, and related resources. These steps can help improve the efficiency of upgrading Angular 4 to 5.

Jan 27, 2018

Full-Stack Deployment: Angular + Express on CentOS

A step-by-step guide to deploying a full-stack Angular and Express application on a CentOS server, covering environment setup, process management with PM2, and Nginx reverse proxy configuration.

Dec 13, 2017

Common Issues in Angular Development

This article introduces common issues in Angular development, including advantages, implementation details, and related resources to improve development efficiency.

Oct 26, 2017

My Roadmap for Learning Angular

A structured approach to mastering modern Angular: from official documentation and TypeScript basics to hands-on tutorials and community resources.

Oct 23, 2017

Fix "JavaScript heap out of memory" During Build

How to fix "JavaScript heap out of memory" during Angular/Webpack builds by increasing Node/V8 memory, with safer script options.

Oct 11, 2017

Angular Development - loadChildren Duplicate Path Issue

This article introduces the loadChildren duplicate path issue in Angular development, including advantages, implementation details, and related resources to help improve efficiency in solving Angular loadChildren duplicate path problems.

Sep 24, 2017

Solving Lazy Loading Failures in Angular AOT Builds

When using AOT (Ahead-of-Time) compilation in Angular, lazy loading might fail silently, bundling everything into the main chunk. This post explores how versioning of build tools can cause this and how to fix it.

Jul 22, 2017

JavaScript heap out of memory

This article introduces the JavaScript heap out of memory error, including its causes, solutions, implementation details, and related resources. These steps can help improve efficiency when dealing with memory issues.

Jul 22, 2017

Angular 5: The Countdown Begins

The next version of Angular will be officially released in October.

Jul 1, 2017