getHostViewFactoryName function

String getHostViewFactoryName(
  1. CompileDirectiveMetadata component
)

Implementation

String getHostViewFactoryName(CompileDirectiveMetadata component) =>
    _viewFactoryName('${component.type.name}Host', 0);