Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.85 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.85 KB

NativeScript Login Angular

This repo is a NativeScript application for building Login functionality with the help of Angular framework. The master branch contains the code to setup a login screen and adding a dummy backend mechanism. The login-kinvey branh contains the code to connect to the Kinvey backend.

Below images shows the login screen on iPhone and Android respectively.

alt text alt text

Below images shows the login screen on iPad and Android Tablet respectively.

alt text alt text

To configure Kinvey backend in NativeScript app, open App config file and add the corresponding appKey and appSecret.

export const appConfig = {
    appKey: 'your_app_key',
    appSecret: 'your_app_secret'
}

Best practices for Forms!

This application adapts the following best practices for building the login form.

  • Field labelling
  • Showing password
  • Input Validations
  • Inline error messages