(tNode: TNode)
| 974 | * @param tNode |
| 975 | */ |
| 976 | export function hasClassInput(tNode: TNode) { |
| 977 | return (tNode.flags & TNodeFlags.hasClassInput) !== 0; |
| 978 | } |
| 979 | |
| 980 | /** |
| 981 | * Returns `true` if the `TNode` has a directive which has `@Input()` for `style` binding. |
no outgoing calls
no test coverage detected
searching dependent graphs…