refactor: initialise settings from config module and persist only the values

Closes #30, #59
This commit is contained in:
Sebastian Lange
2019-04-29 14:04:25 +02:00
parent e1039aa226
commit 235693a9e2
14 changed files with 1673 additions and 256 deletions

View File

@@ -18,8 +18,7 @@ export class StAppsApp {
getPageTitle() {
return element(by.tagName('ion-router-outlet'))
.element(by.tagName('ion-title'))
.element(by.id('title')).getText();
.element(by.tagName('ion-title')).getText();
}
getTitle() {