To Fix , this first we need to Install Typescript
install typescript globally by running
npm install -g typescript
To check , if that typescript is installed or not. we need to use the below command
And use tsc.cmd instead of tsc
Below example
To Fix , this first we need to Install Typescript
install typescript globally by running
npm install -g typescript
And use tsc.cmd instead of tsc
Below example
Lists It is used to store Collection of data. Lists are created using square brackets: List Items Order cannot be changed. It can have dup...
No comments:
Post a Comment
Thank you for visiting my blog