This project was generated with Angular CLI version 9.1.6.
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.
This project was created to practice what I was learning on the Udemy Course about Angular, specifically #4 Module.
Simple things, basically just show a list of students at a jedi academy.
- How to create an app;
- How to create component;
- Binding of properties;
- @Input Decorator
- Directives
- Safety navigation
- Events in a component