试图修改灵魂
from here.
它工作正常,但是如果你将模板更改为组件中的templateUrl,那应该动态加载,你会收到一个错误:“没有提供ResourceLoader实现.无法读取url …”.
它工作正常,但是如果你将模板更改为组件中的templateUrl,那应该动态加载,你会收到一个错误:“没有提供ResourceLoader实现.无法读取url …”.
@Component({ selector: 'string-editor',templateUrl: 'app/parts/string.html',//using template URL instead of inline template here }) export class StringEditor { ... }