#input field doesn t show up
61 messages ยท Page 1 of 1 (latest)
What do you mean? The input is visible on top of your screenshot
inputfield
yes, that's the bordered content taking full width
ok let's reset: what is your problem?
but you have one, so explain your real problem
i don t see it
oh im blind
<label for"Server name"></label>
for attribute expects the value to be the ID of your input, that's not the displayed text.
You need to move it between the opening and closing tags of the label
That's why you do not see the label text
but it is an input so why would i want something to be there?
this looks ok?
label if to labellize your input, that's the text above the input to explain what's about
Can you provide a link to the Udemy course?
don t understand
Watch your screenshot: there is the label 'Server name' AND the input.
But there is no label on your own application
That's a great Udemy course: I highly doubt there is something like <label for"Server name"></label> in its content. What motivated you to use such a syntax?
guess it is fine just follwoing tut
him lol
yeah he only talks fast and sometimes skips explaining ig
Are you sure it's not <label>Server name</label>?
oh that s it
Take your time: based on the current conversation (the label part) you need to learn about HTML too so don't hesitate to slow down if you feel lost.
did html alr
@steady mist
Once again I highly doubt the course is telling you to create a @NgModule into the file of a component. It sounds like you are trying to skip steps.
he doesn t explain it well
and it can t find ngModel
We always have great reviews from this course on this server.
evryone has their own preference ig it is personal
but howe do i fix it?
is your component declared in the AppModule?
is the AppModule includes the import FormsModule?
then add FormsModules in the imports array
underlined text means there is an error, what's the error?
',' expected : what is an array?
stop ng serve and restart it
that works thx ๐