Single page application for courses management
...
- Boostrap -
For development
Run ng serve
for a dev server.
Navigate to http://localhost:4200/
.
The app will automatically reload if you change any of the source files.
For deployment
- The application has not been deployed yet.
Breno Ribeiro do Val - Following the instructions provided.
MIT.
This project was generated with Angular CLI version 11.0.2.
-> One way data binding;
{ ngModel } = 'name';
-> Two way data binding;
{( ngModel )} = 'name'