@smuport/ngx-port-v
v0.0.28
Published
This library was generated with [Nx](https://nx.dev).
Readme
ngx-port-v
This library was generated with Nx.
VesselBayComponent Input
vesselBayData accepts either a single VesselBay object or a VesselBay[] array.
Internally, the component normalizes both forms into an array pipeline.
<!-- single bay -->
<app-vessel-bay [vesselBayData]="bay"></app-vessel-bay>
<!-- multi bay -->
<app-vessel-bay [vesselBayData]="bays"></app-vessel-bay>Running unit tests
Run nx test ngx-port-v to execute the unit tests.
