diff --git a/src/app/app.component.html b/src/app/app.component.html index 60a7aa8..24872af 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,22 +1,19 @@ Log Manager - + - + - + - + -
+
Kek

- - - diff --git a/src/app/app.component.ts b/src/app/app.component.ts index d123a4d..889f721 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -6,5 +6,12 @@ import { Component } from '@angular/core'; styleUrls: ['./app.component.css'] }) export class AppComponent { - //title = 'app works!'; + showCon = false; + pass: string; + Exit(): void { + this.showCon = false; + } + Decrypt(): void { + this.showCon = true; + } }