In this article, we can discuss the difference between AngularJs vs Angular
- Language– In AngularJs we use Javascript and in Angular we use Typescript language
 - Mobile Development Support – AngularJs not support for mobile development but Angular support mobile devlopment
 - CLI Support – No Support for Angularjs but Angular provide the CLI(Command Line Interface)
 - SEO(Search engine optimization)– We can’t do SEO in AngularJs but its possible in Angular
 - Server Side Rendering – Its not possible in AngularJs but its achievable in Angular
 - Architecture – In AngularJs Controller based architecture is there but for Angular Component based architecture present.