@decorator指令的替代品是什么?



我正在将我的飞镖代码从Angular 1升级到Angular 4。

现在,这条线在我的IDE中给出了一个错误:

@Decorator(selector: '[citable]')

注释必须是const变量或const构造调用。

我能够通过包括form -directive来在@Input上解决此错误。我应该使用什么指令 @decoration?我在网络搜索Angulardart中找不到最近提及的@decorator。

我尝试在选择器之后添加const:。然后我会收到语法错误。

替换是@Directive。

相关内容

  • 没有找到相关文章

最新更新