Laboratorio de ejemplo para cursos y talleres de Angular Basics impartidos en Español por Alberto Basalo
Note
The AstroBookings project was generated with Angular CLI version 18.2.8.
Sample project is at AstroBookings
folder
Note
The ActivityBookings project was generated with Angular CLI version 17.1.1.
Updated to Angular 18.0.4.
Sample project is at ActivityBookings
folder
# clone lab from github
git clone https://github.com/AlbertoBasalo/ng-lab.git
# install and run
cd ng-lab/AstroBookings
npm install
# start Angular server
npm start
Note
Start a fake API server Clone and follow instructions from https://github.com/AlbertoBasalo/api_bun
Note
Move to numbered branches to follow the evolution of the project
Tip
Documentation Find a detailed journal of instructions in docs folder
Have an outlook of the project folder structure
Tip
Companion article about Angular code organization:
This project is being e2e tested with Cypress. Find the testing code at this repository.