Skip to content

Angular

zehavibarak edited this page Feb 15, 2025 · 4 revisions

Components

Reactive form

Name Usage
AddressInput Form field <bizdoc-address>
TypeSelect Form field mam to Type
TypeAutocomplete Form field map to Type <bizdoc-autocomplete type="parts">
TimeInput Form field
CombinationPicker Form field <bizdoc-combination-picker formControlName="accountCode">
CombinationPool Constraints <bizdoc-combination-pool [formGroup]=form>
FileUpload <bizdoc-file-upload>
SignatureInput <bizdoc-signature>
<mat-form-field>
    <bizdoc-address formControlName="businessAddress"></bizdoc-address>
</mat-form-field>

Guide tip

<bizdoc-help-tip name="guide">

Tooltip

<div bizdocTooltip="Tooltip!"></div>

Avatar

<bizdoc-avatar [person]=person\>

Services

Inject.

Name Usage
SessionService Logged user info and available configuration
PanesRouter Navigate, open tab using OpenPolicy.Tab
Popup Open a popup. Inject POPUP_DATA.
AnalysisService Querying backend server cube.
DataSourceService Retrieve managed Type values
AccountService Get users info
MailboxService Mail related operations
DocumentInfo Open document preview.
AttachmentInfo Opening document attachment.
CubeInfo Open cube view or explore.
ChatInfo Start chat conversation.
MapInfo Service for showing a location in a map. Requires googleMaps settings.
GuideService Start a guide.
TranslationService Add and query internationalization resources, used with the translate pipe
Name Usage
FormRef<T>
ReportRef<T>
PaneRef<T>
WidgetRef<T>
DocumentViewRef<T>
UtilityRef<T>
DesignerRef<T>

Pipes

Name Usage
TypeValuePipe Translate type value. Async
UserNamePipe Async
StatePipe
ActionPipe
RolePipe
FormPipe
ArraySortPipe
l18n
<div *ngFor='let userId of userIds'>
  {{ userId | userName | async }}
</div>

Date & time

BizDoc pipes

Release Notes

Angular npm, Flutter pub.dev and Nuget packages.

Clone this wiki locally