/course-manager

Single Page Application for managing courses

Primary LanguageTypeScript

CourseManager

Single page application for courses management

Table of Content

Screnshoots

General info

...

Technologies and dependencies

  • Boostrap -

Setup

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.

Author

Breno Ribeiro do Val - Following the instructions provided.

License and copyright

MIT.

Acknowledgments

This project was generated with Angular CLI version 11.0.2.

Notes

-> One way data binding;
{ ngModel } = 'name';

-> Two way data binding;
{( ngModel )} = 'name'