feat: search component and loading splashscreen
This commit is contained in:
@@ -6,6 +6,7 @@ class AppMetaInitializer {
|
||||
}
|
||||
|
||||
public init() {
|
||||
console.log('Init app meta');
|
||||
document.title = this.settings.app_name;
|
||||
this.setMeta('application-name', this.settings.app_name);
|
||||
this.setMeta('apple-mobile-web-app-title', this.settings.app_name);
|
||||
|
||||
Reference in New Issue
Block a user