Add images for logo and splash screen

Also added project informations in the about page and updated the README
This commit is contained in:
dario-cfpt
2020-03-16 18:39:20 +01:00
parent 4c88ce85dd
commit ea23badffb
43 changed files with 95 additions and 9 deletions

View File

@ -80,7 +80,13 @@ routes = [
},
{
path: '/about/',
templateUrl: './pages/about.html'
templateUrl: './pages/about.html',
on: {
pageAfterIn: (e, page) => {
if (feData.version)
$$("#catalogue-version").text(feData.version);
},
}
},
];