Select Git revision
login.component.ts
-
B Harsha Vardhan authoredB Harsha Vardhan authored
login.component.ts 346 B
import { Component, OnInit } from '@angular/core';
import { userInfo } from '../contracts/userInfo';
@Component({
selector: 'app-login',
templateUrl: './login.component.html',
styleUrls: ['./login.component.scss']
})
export class LoginComponent implements OnInit {
constructor() { }
harsha:userInfo;
value="";
ngOnInit() {
}
}