10 lines
251 B
Handlebars
Raw Normal View History

2017-01-17 13:40:59 +01:00
{
path: '{{ path }}',
name: '{{ camelCase component }}',
getComponent(location, cb) {
System.import('{{{directory (properCase component)}}}')
.then(loadModule(cb))
.catch(errorLoading);
},
},$1