docs(aio): fix host usage in styleguide (#17932)

This commit is contained in:
Trotyl Yu 2017-07-12 02:58:26 +08:00 committed by Igor Minar
parent d9b03be08f
commit 876ca9ee3a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import { Directive } from '@angular/core';
@Directive({
selector: '[tohValidator2]',
host: {
'attr.role': 'button',
'[attr.role]': 'role',
'(mouseenter)': 'onMouseEnter()'
}
})