Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 607 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 607 Bytes

About Application

GIVEN John opens a home page ({website_name}/register) When he enters all required registration fields (First Name, Last Name, Phone Number, Country) And clicks on a submit button Then an account is created for him with a successful message (Your account has been created)

AngularDemo

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Running unit tests

Run ng test to execute the unit tests via [Karma] Register Page unit test cases are written in register.component.spec.ts .