It would be great if it was possible to write like in as Angular, path to template src. `@Component({ templateSrc: './AppIndex.html', })` OR `@Component({ templateSrc: { path: 'AppIndex.html', lang: 'html', }, })`