ES6 Modules

preview_player
Показать описание
An introduction on how ES6 / ES2015 modules works.

Рекомендации по теме
Комментарии
Автор

These videos are awesome! Thank you for taking the time to make this, it explained a lot about modules i could understand in 10 minutes than an hour of researching and reading :D

irvinge
Автор

Nice video. One of the rare video that shows how to use System.js without JSPM.

harshrp
Автор

Very helpful video. Short and to the point. Thank you for making it.

elishnevsky
Автор

Thank you so much. It made more sens working with angular2

janisbrivvirs
Автор

why you have used -S in the following command?
npm i systemjs -S

abhisheksamanta
Автор

I loved the : `import * as movieMod from './movies.js'`

hellomihai