+
-
-
-
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;
+ }
}