使用Renderer2从Angular2组件中获取`selector`

时间:2017-09-28 12:46:49

标签: angular angular2-directives angular2-components

我目前正在获得这样的“选择器”名称并且有效: -

if (email in list_of_lines) == False: #if it passes this statement then the account doesn't already exist so we need to create a new account.
    add_account()

尝试使用Renderer2但找不到任何方法可以让我获得上面的tagName。 不想直接使用“NativeElement” - 任何建议

由于 Maiur

0 个答案:

没有答案