ASP NET - MVC - ANGULARJS - WEBAPI
Monday, February 26, 2018
How to create a method in Type Script
class CustomerDetails{
public CustomerName: string = "";
public CustomerNumber: int = 0;
Validate(input: numberVal) : string {
******
******
******
return "test";
}
}
Newer Posts
Older Posts
Home
Subscribe to:
Comments (Atom)