Angular2 Flashcards
assign data type for a variable in typescript
let str : string
typescript
lot more reliable
lot more stronger code
npm
node package manager
package manager we use to manage our dependencies
typescript is a super set of javascript
primarily provides optional static typing, classes and interfaces
one of the big benefits is to enable IDEs to provide a richer environment for spotting common errors as you type the code
node
back-end stuff
nvm-windows
corybuilter
skeleton project
starting point
set of configurations that we need in every app
dependancy
another module
another one’s code that we will use
package.json
where we define all our dependencies
like npn modules
modules
collection of files
package.json
contains essential information about the project
mainly dependencies
json file
key value pair separated by colone
key and value must fit in double quotation
a comma between two key value pair
tsc
type script compiler
-w
watch environment files
lite-server
server that runs our app