diff --git a/README.md b/README.md index c68c31b..3ec5c72 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,7 @@ Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protrac ## Further help To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md). + +## Build Android apk + +Run `cordova run android` \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 9dcf3a4..166c1a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -498,6 +498,14 @@ } } }, + "@ng-bootstrap/ng-bootstrap": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@ng-bootstrap/ng-bootstrap/-/ng-bootstrap-4.2.0.tgz", + "integrity": "sha512-41Sg9RKgFGfnkWJhzPJIumYbib+GCTZ8N17q3PGfLORqtIN25KUFHGuO8EYOYd+zrDVYe8g4JYZoxQZvxaxm6w==", + "requires": { + "tslib": "^1.9.0" + } + }, "@ngtools/webpack": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-8.0.0.tgz", diff --git a/package.json b/package.json index 5cebd3c..4566df4 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "@angular/platform-browser": "~8.0.0", "@angular/platform-browser-dynamic": "~8.0.0", "@angular/router": "~8.0.0", + "@ng-bootstrap/ng-bootstrap": "^4.2.0", "cordova-android": "^8.0.0", "rxjs": "~6.4.0", "tslib": "^1.9.0", @@ -53,4 +54,4 @@ "android" ] } -} \ No newline at end of file +} diff --git a/src/app/app.component.html b/src/app/app.component.html index 0f3d9d8..79306ec 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,21 +1,9 @@ -