This commit is contained in:
peter
2019-08-04 00:57:23 +02:00
parent 6601b4bf2f
commit 6aae2146e9
14 changed files with 90 additions and 171 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
import { Component, OnInit } from '@angular/core';
declare const fb
@Component({
selector: 'APICLIENT', //!!!!
selector: 'PLUGINMANAGER', //!!!!
template: `
<div class="card">
<div class="card-block">
<div class="card-title">
APICLIENT ${Object.keys(fb.ApiClient).join("<br>")}
PLUGINMANAGER <br> ${Object.keys(fb.PluginManager).join("<br>")}
</div>
<div class="card-text">
Hello World <exclamations></exclamations>