π A repository to explore and learn both AngularJS and Angular frameworks.
This repository provides a hands-on introduction to two of the most widely-used front-end frameworks:
- AngularJS: A JavaScript-based framework for building dynamic web applications.
- Angular: A modern TypeScript-based framework for building scalable, maintainable, and performance-focused web applications.
- AngularJS Examples: Explore the basic concepts like directives, controllers, and two-way data binding.
- Angular Examples: Learn components, modules, services, and reactive programming.
- Side-by-Side Comparison: Understand the differences between AngularJS and Angular.
- Node.js: Download and install Node.js (LTS version recommended).
- Angular CLI: For Angular examples, install Angular CLI:
npm install -g @angular/cli
- Navigate to the
angularjs
folder. - Install dependencies:
npm install
- Start the development server:
npm start
- Navigate to the
angular
folder. - Install dependencies:
npm install
- Start the Angular application:
ng serve
This repository is licensed under the MIT License.
Feel free to contribute to this project by opening issues or submitting pull requests to enhance the examples.