Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

ts console.log

console.log('It works here')

@Component({..)
export class App {
 consoletext: string = "Hello2";
            
  constructor() {
    console.log(this.consoletext)            
  }            
}
 
PREVIOUS NEXT
Tagged: #ts
ADD COMMENT
Topic
Name
5+9 =