-
Notifications
You must be signed in to change notification settings - Fork 2
Angular
zehavibarak edited this page Feb 15, 2025
·
4 revisions
| 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><bizdoc-help-tip name="guide"><div bizdocTooltip="Tooltip!"></div><bizdoc-avatar [person]=person\>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> |
| 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>BizDoc pipes
Moding Ltd.