当我试图在我的directive.ts指令中使用directive.ts时,它会抛出错误:arguments of type {'selector':string, 'hostListeners':{}Directive, ElementRef, Input, Renderer, HostListener, OnInit, TemplateRef, ViewContainerRef } from '@angular
我在angularJs中非常新,请指导我,我在单独的文件中创建了名为testDirective的自定义指令,我的控制器和配置文件位于单独的文件中,我希望在html页面中使用我的自定义指令,但是在加载自定义元素正在加载但无法获取指令内容的应用程序时,我想缺少某种映射.kindly帮助我。//this is testDirective.js
var app=angula