2017-08-16 18:47:02 +02:00

10 lines
251 B
Handlebars
Executable File

{
path: '{{ path }}',
name: '{{ camelCase component }}',
getComponent(location, cb) {
System.import('{{{directory (properCase component)}}}')
.then(loadModule(cb))
.catch(errorLoading);
},
},$1