Build Your First Angular Website: #9 Creating a Contact Page & Form

preview_player
Показать описание
Angular and the Angular CLI allow us to build single page applications (SPAs) extremely quickly.

Thanks to all the built in features of Angular, we can hit the ground running and focus on the things that make our sites/apps unique.

Let's see how we can leverage Angular and all its features to build and deploy an Angular website.

Presenter

Рекомендации по теме
Комментарии
Автор

Man this guy really wants to take a step back

georgecarpenter
Автор

It's great, I've done a page template based on this tutorial when I was only in the 8th grade of elementary school, so that's for everyone. Now I'm remembering the basics and I'm back to your series again

maxyennecheechee
Автор

6:46 "So I wanna take a step back" nearly had me clicking onto the next video lmao

cosmicduck
Автор

I loved the tutorial. Very neat and lucid. Thanks for the great piece of the tutorial.

BikramSahu
Автор

Depending on version of TS, untyped variables may require initialization. Specifically in this case, the message variable. message: string; should be message: string = ""; just my 2cents ;)

whattheefffman
Автор

Thank you for the simple guide. Much appreciated.

michalmalujlo
Автор

How can i send the email from the contact form ?

rayanearaujo
Автор

Is it possible to expand this section with, let's say... an attachment (doesn't need to be required)

onur-a-k
Автор

this would be a very out of context question, but since I am following your tutorials to start on Angular, which theme are you using, I like the formatting and coloration.

aafno
Автор

I want to change (VS Code) text editor's font style and colors like your.
Really appreciated if you reponse back.

adnanfaisallatif
Автор

hey how do u type the same thing in three lines by typing it only once like u did at 9:50 in the video?

adithyapvarma
Автор

Who is struggling with
name;
email;
message;


Assign empty str to it
name = "";
email = "";
message = ""';

mrbuslov