Today I will introduce you to the second lesson in angular 7
In the first lesson, I introduced the installation,
Create the Login component
Add a login property
Show the login
Show the LoginComponent view
Create a Login class
Show the login object
Format with the UppercasePipe
Edit the login
Two-way binding
The missing FormsModule
AppModule
Import FormsModule
Declare LoginComponent
Final code review
Summary