Educational web tutorial introducing Angular fundamentals, installation, project structure and first steps with Angular CLI.
This project was developed as a learning resource to understand the concepts behind Angular and the workflow required to create modern single-page applications (SPA).
- Introduction to Angular
- Angular use cases and architecture
- Installation and setup
- Angular CLI
- Creating a new Angular project
- Components and project structure
- Routing fundamentals
- Internal framework organization
- First Angular application
- HTML5
- CSS3
https://raquelgpesqueira.github.io/angular-basics-tutorial/
The goal of this project is to provide a beginner-friendly introduction to Angular concepts through a structured tutorial format.
Although the current implementation is a static educational website, the content has been organized as a foundation for future development and experimentation with Angular applications.
This repository is intended to evolve into a real Angular project.
Planned improvements include:
- Migration from static HTML to Angular components
- Angular CLI project structure
- TypeScript integration
- Angular Routing
- Interactive examples and demonstrations
- Forms and data binding examples
- Consumption of external APIs
- Reusable Angular components
- Deployment as a complete Angular application
The long-term objective is to transform this tutorial into an interactive Angular learning platform built with Angular itself.
Raquel G. Pesqueira