typescript tutorial
var message:string = "Hello Worl"
console.log(message)
typescript tutorial
var message:string = "Hello Worl"
console.log(message)
basic of angular typescript
import { Component } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css'],
})
export class AppComponent {
title = 'first';
//function in class:
getname() {
return this.title;
}
//object:
obj = {
fname: 'hey',
lname: 'there!',
};
//array:
arr = ['php', 'java', '.net'];
a=12;
b=4;
Url=window.location.href
}
typescript tutorial
//Generated by typescript 1.8.10
var message = "Hello World";
console.log(message);
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us