Usage
Assemble the select directives in your template.API Reference
The following directives are available to import from the@ng-primitives/ng-primitives/select
package:
NgpSelectDirective
There are no inputs or outputs for this directive.Global Configuration
You can configure the default options for all selects in your application by using theprovideNgpSelectConfig
function in a providers array.
NgpSelectConfig
Schematics
You can use our schematic to generate a new select component.Options
The name of the component.
The name of the project to add the component to.
The path to create the component.