From 0f721b85d65bdcf66dd92527d6959ada242ae768 Mon Sep 17 00:00:00 2001 From: Vlad Utkin Date: Mon, 15 May 2017 01:02:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=BD=D1=82=D0=B5=D1=80=D1=84=D0=B5?= =?UTF-8?q?=D0=B9=D1=81)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/app.component.html | 13 +++++-------- src/app/app.component.ts | 9 ++++++++- 2 files changed, 13 insertions(+), 9 deletions(-) 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; + } }