diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 9baffa2..1c26d92 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -13,7 +13,7 @@ import { WiregasmService } from './services/wiregasm.service';
-
WASM-LIB: {{item || '. . .'}}
+
WASM-LIB: {{item }}
`, @@ -21,7 +21,7 @@ import { WiregasmService } from './services/wiregasm.service'; }) export class AppComponent { - msg: string[] = [' ']; + msg: string[] = ['Loading ...']; done = false; isReady = false; parsingProgress = 100; diff --git a/src/app/components/controls/menu-stat/menu-stat.component.html b/src/app/components/controls/menu-stat/menu-stat.component.html index 4935c25..eac15ca 100644 --- a/src/app/components/controls/menu-stat/menu-stat.component.html +++ b/src/app/components/controls/menu-stat/menu-stat.component.html @@ -2,7 +2,7 @@
- + note