Rx javascript: Difference between revisions
Jump to navigation
Jump to search
Created page with "==Introduction== <syntaxhighlight lang="javascript"> </syntaxhighlight>" |
|||
Line 1: | Line 1: | ||
=Introduction= | |||
<syntaxhighlight lang=" | The course used the following tools | ||
<syntaxhighlight lang="json"> | |||
"dependencies": { | |||
"rxjs": "^6.6.2" | |||
}, | |||
"devDependencies": { | |||
"ts-loader": "^8.0.3", | |||
"typescript": "^4.0.2", | |||
"typings": "^2.1.1", | |||
"webpack": "^4.44.1", | |||
"webpack-dev-server": "^3.11.0" | |||
} | |||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 02:55, 2 September 2020
Introduction
The course used the following tools
"dependencies": {
"rxjs": "^6.6.2"
},
"devDependencies": {
"ts-loader": "^8.0.3",
"typescript": "^4.0.2",
"typings": "^2.1.1",
"webpack": "^4.44.1",
"webpack-dev-server": "^3.11.0"
}