Skip to content

A dropdown list using ng-template and ng-container in a recursive manner.

License

Notifications You must be signed in to change notification settings

nishant95/ngx-recursive-dropdown

Repository files navigation

ngx-recursive-dropdown

npm version

A dropdown list using ng-template and ng-container in a recursive manner.

Usage:

<ngx-recursive-dropdown [baseList]="nestedListObject" 
    [displayLabel]="'label'" 
    [childListName]="'childListName'" 
    (lastSelected)="selectedObject($event)">
</ngx-recursive-dropdown>

About

A dropdown list using ng-template and ng-container in a recursive manner.

Resources

License

Stars

Watchers

Forks

Packages

No packages published