(tNode: TNode)
| 984 | * @param tNode |
| 985 | */ |
| 986 | export function hasClassInput(tNode: TNode) { |
| 987 | return (tNode.flags & TNodeFlags.hasClassInput) !== 0; |
| 988 | } |
| 989 | |
| 990 | /** |
| 991 | * Returns `true` if the `TNode` has a directive which has `@Input()` for `style` binding. |