Интерфейс)

This commit is contained in:
2017-05-15 01:02:23 +03:00
parent ada109d090
commit 0f721b85d6
2 changed files with 13 additions and 9 deletions

View File

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