从Angular 2中的新文件夹导入后出现异常

时间:2016-12-28 17:20:39

标签: angular

我一直在尝试在应用中添加新文件夹。可以说我已经有了A组和B组。 我创建了新的文件夹app / test。在文件夹中我创建test-component.ts并将其导入组件A. 我现在得到EXCEPTION:组件视图

上的意外指令值'undefined'

在test-component.ts中,我使用组件B.

1 个答案:

答案 0 :(得分:0)

enter image description here

尝试并使用类似的东西。

Import {MyComponent} from './app/project/my-component'

它为我工作我已将我的指令粘贴到Directive文件夹中,我已将其注册到app.module.ts

import { HighlightDirective } from './directive/highlight.directive'

确保您使用的单引号可能会成为一个问题。