Add images for logo and splash screen
Also added project informations in the about page and updated the README
This commit is contained in:
@ -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);
|
||||
},
|
||||
}
|
||||
},
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user