MCPcopy Index your code
hub / github.com/angular/angular / hasClassInput

Function hasClassInput

packages/core/src/render3/interfaces/node.ts:976–978  ·  view source on GitHub ↗
(tNode: TNode)

Source from the content-addressed store, hash-verified

974 * @param tNode
975 */
976export 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.

Callers 1

ɵɵelementEndFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…