AngularJs vs Angular (Typescript) On basis of process of compilation ANGULARJS : Angular Js compiler traverses the DOM looking for attributes . It takes two phase for compilation where initial phase traverse the DOM and collect all of the directives. The result is a linking function. Next phase evolves combine the directives with a scope and produce a live view. Any changes in the scope model are reflected in the view, and any user interactions with the view are reflected in the scope model. This makes the scope model the single source of truth.
“Give a man a program, frustrate him for a day. Teach a man to program, frustrate him for a lifetime.” ― Waseem Latif