在 AngularJS (1.x) 中,我们可以在 HTML 注释中定义一个指令:
<!-- directive: my-directive-name -->
请参阅如何在限制为注释的 angularjs 指令中设置属性
如何在 Angular 2 组件选择器中执行此操作(没有restrict: 'M'
选项)?
更新:看到这个 SO 问题How to remove/replace the angular2 component's selector tag from HTML,似乎replace
也消失了......