Problem Statement
How is Angular different from AngularJS?
Explanation
Angular (2+) uses TypeScript, a component-based architecture, RxJS, and AOT/IVY for faster builds. AngularJS (1.x) used scopes, controllers, digest cycles, and plain JS. Angular targets mobile, better performance, and modern tooling; AngularJS relied on watchers and MVC patterns.