Recently, I delved into learning Angular 6 and decided to test my knowledge by creating a simple form. However, I encountered an issue: the form controls are not visible at first glance, but when clicked on the right spot, they appear.
Below are screenshots depicting the situation:
Main Screen :
https://i.sstatic.net/6epA0.png
Elements on click :
https://i.sstatic.net/RawoL.png
https://i.sstatic.net/dqYbD.png
The code structure is quite basic; I have a component called FormTestComponent and a Module (MaterialModule) that includes all the necessary Material modules. Surprisingly, there are no errors showing up in the console.
You can access all the files from this git repository:
https://github.com/Shyrro/NewTry/tree/master/ClientApp/src/app
I am left wondering if I overlooked something crucial?