From cb9f67d2d5957cf5a6d59b773bdc5308b0dd341f Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 30 Oct 2018 11:27:42 +0100 Subject: [PATCH] FEAT(angular6): UX improvements added to marketplace without chat application --- .../core/authentication/authentication.module.ts | 4 +++- .../components/login/login.component.html | 6 ++++++ angular6/marketplace/src/app/core/core.module.ts | 5 ++++- .../src/app/core/home/home.component.css | 2 +- .../src/app/core/home/home.component.html | 14 ++++++++------ .../src/app/core/services/user.service.ts | 2 +- 6 files changed, 23 insertions(+), 10 deletions(-) diff --git a/angular6/marketplace/src/app/core/authentication/authentication.module.ts b/angular6/marketplace/src/app/core/authentication/authentication.module.ts index 95600639..15730483 100644 --- a/angular6/marketplace/src/app/core/authentication/authentication.module.ts +++ b/angular6/marketplace/src/app/core/authentication/authentication.module.ts @@ -1,6 +1,7 @@ import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import { ReactiveFormsModule } from '@angular/forms'; +import { NgbAlertModule } from '@ng-bootstrap/ng-bootstrap'; import { routing } from 'src/app/core/authentication/authentication.routing'; import { LoginComponent } from 'src/app/core/authentication/components/login/login.component'; @@ -9,7 +10,8 @@ import { LoginComponent } from 'src/app/core/authentication/components/login/log imports: [ CommonModule, routing, - ReactiveFormsModule + ReactiveFormsModule, + NgbAlertModule ], declarations: [LoginComponent] }) diff --git a/angular6/marketplace/src/app/core/authentication/components/login/login.component.html b/angular6/marketplace/src/app/core/authentication/components/login/login.component.html index 0bb602d5..2a40cf00 100644 --- a/angular6/marketplace/src/app/core/authentication/components/login/login.component.html +++ b/angular6/marketplace/src/app/core/authentication/components/login/login.component.html @@ -1,4 +1,10 @@
+ +

+ Try logging into 'Jason'. +

+
+