This PR adds a shell component to upload files with Angular 2, and it exposes a component-specific library that is loaded asynchronously using the ES6 module loading system (which means it needs to pass configuration into SystemJS). It's not perfect, but for now it's a solid way for components to bring in additional resources.
This stuff should eventually be moved into Component API.
This PR adds a shell component to upload files with Angular 2, and it exposes a component-specific library that is loaded asynchronously using the ES6 module loading system (which means it needs to pass configuration into SystemJS). It's not perfect, but for now it's a solid way for components to bring in additional resources.
This stuff should eventually be moved into Component API.