- TypeScript Docs
CHAPTER 3. Building Blocks of Ionic
Introduction to TypeScript
Basic Types
String
let subject: string = `TypeScript is awesome.
Google adapting a language developed at Microsoft, shows how awesome it is.`
let subject: string = `TypeScript is awesome.
Google adapting a language developed at Microsoft, shows how awesome it is.`