Angular 6 Tutorial 15: Login App - Part 1

preview_player
Показать описание
This tutorial shows you how to create a complete login application with Angular 6 with working backend code and validation.

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

Hi everyone! Some quick points to note:
0. *Subscribe and press bell icon* + Like the video to receive update on when I go live on YouTube to take a coding session!

Peace.

codedamn
Автор

The only login tutorial that worked for me ! thx

DaveLight
Автор

This is really cool!

May I ask you please the Name of the Font you are using in your vs Editor in this video. Thank you very much in advance!

begliamanov
Автор

FANTASTIC !! Nice job.


some minor errors did come up, but that got fixed.

liquidoxygenspiritsgenuine
Автор

RouterModule.forRoot([
{
path: 'login',
component: LoginComponent
},
{
path: 'dashboard',
component: DashboardComponent
},
{
path: '',
component: HomeComponent
}
])
I am using the above route details, but in home page i didnt get the hyperlink. <p>
home works!
<a
<a
<a href="#">Test</a>
</p>
I am getting hyperlink for Test but not for others. Please correct my mistake, if i did anywhere

kalainirmal
Автор

Hello sir i am looking for a tutorial on MYSQL with NODE.JS & ANGULAR 6.
So can you please make a tutorial on CRUD operation in MYSQL with NODE.JS & ANGULAR 6.

sivasankarchimata
Автор

Hi.. I am using proxy configuration to connect dB... I am unable to connect dB.. Whatever the target specified is not loading that url instead it is just appending php file name to angular deployed url... May I get why I am getting the issue.... How to solve..

gireeshakumarsollapure
Автор

hey, i was wondering, how you did your backend, any tutorial on it, would be great thanks

joshuaolawuyi
Автор

is this single page application or multi page application?

maruthupandianm
Автор

ng g c login does not work. Unable to locate a workspace file for workspace path.

musicalspace
Автор

ERROR in src/app/shared/login/login.component.ts(50, 7): error TS2349: Cannot invoke an expression whose type lacks a call signature. Type '(<TResult1 = void, TResult2 = never>(onfulfilled?: (value: void) => TResult1 | PromiseLike<TResul...' has no compatible call signatures.

vivekrazzauin
Автор

hi i'm lookig for tutorials o MYSQL with LARAVEL and Angular 9 any help please

maraiiamina
Автор

Why should someone select Angular with PHP instead of Angular with .NET ? I am new here and I would like to start a project but idk what backend to use.

sniperalex
Автор

Can we put <router-outlet> somewhere else than app.component.html ?

mayurgudi
Автор

Hi nice videos, ihave a question. Why did you import RounterModule is module.ts instead of in the routin., module.ts
It suposed that routing, module.ts already has that modules import and the array

MrSegagraff
Автор

excellent man . can you please differentiate angular 6 features from your tutorials

adayinmylife
Автор

My Home Module is not displaying first.I can only manually access my admin and log in by adding the URL. But cant access my Home.

a.aadhitya
Автор

I am new to angular can you suggest me any link from where i could learn from scratch
can any one help me plzzz

krishnasaisrimutta
Автор

Should I learn Redux after learning angular??

shubhamtarkar
Автор

Sir there http failure during parsing how to solve it

DeepakKushwah-hhvf