Skip to content

llRizvanll/Android-Angular-HybridApp

Repository files navigation

Android App

Working Android app will be available at this location : https://github.com/llRizvanll/Android-Angular-App

Setup

  1. Run Angular App using "ng build " command from : https://github.com/llRizvanll/Android-Angular-HybridApp to generate dist
  2. Copy generated dist files to Android Directory - Assets folder : https://github.com/llRizvanll/Android-Angular-App/tree/master/app/src/main/assets
  3. Make sure you're pointing right location in activity file
  4. Run Android App

App Screen Capture






Angular setup guide


EmployeeApp

This project was generated with Angular CLI version 7.1.0.

Development server

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.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.