Usage

Assemble the roving focus directives in your template.
<div ngpRovingFocus></div>

API Reference

The following directives are available to import from the @ng-primitives/ng-primitives/roving-focus package:

NgpRovingFocusDirective

There are no inputs or outputs for this directive.

Schematics

You can use our schematic to generate a new roving-focus component.
ng generate @ng-primitives/ng-primitives:roving-focus

Options

name
string
The name of the component.
project
string
The name of the project to add the component to.
path
string
The path to create the component.