Typescript Short Tutorial
Typescript Short Tutorial
Note: Only for explanation, Use the book code and repo for
copy paste and run codes:
Creating a Todo List:
Collection means set of related objects
/FETypeScript/todo$ tsc
src/todoCollection.ts:1:24 - error TS2307: Cannot find module './TodoItem' or its corresponding type
declarations.
1 import {TodoItem} from "./TodoItem"; The tsc command is used to
trasnspite typescript into
~~~~~~~~~~~~ javascript. And could also
Found 1 error. identify error