This project was made with Angular CLI version 17.0.0.
This application was made with the last version of angular (17.0.0) using the new features like:
@for, @if, @switch, signals, etc.
Also, the project use INJECT of angular to inject functions, services, etc.
This project is using JSON SERVER as web server that allow me to simulate a server where I could save data and work with that.
Remember this application will change in the future if necesary to have the lastest features of the framework
- Need to install NODEJS
- To check your node version use
node --version
- Need to install ANGULAR, you must follow the steps in the official page
- To check your angular version use
ng version
- You need to install globally
npm install -g json-server
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run in a console npm run backend
to run your json server
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
- Check my github profile, thanks a lot.