Heim > Fragen und Antworten > Hauptteil
我在appContent指令内调APPLeft。提示这个错误:Controller 'appLeft', required by directive 'appContent', can't be found!
appLeft存在的为什么提示这个
黄舟2017-05-15 17:15:14
在stackoverflow找到了答案,必须把app-content放在app-left内才能这样使用,也就是:
<app-left>
<app-content></app-content>
</app-left>