AssetPickerDialogComponent
A dialog which allows the creation and selection of assets.
Example
assets$
property
Observable<AssetLike[]>allTags$
property
Observable<TagFragment[]>paginationConfig
property
PaginationInstancemultiSelect
property
initialTags
property
string[]resolveWith
property
(result?: Asset[]) => voidselection
property
Asset[]searchTerm$
property
filterByTags$
property
uploading
property
constructor
method
(dataService: DataService, notificationService: NotificationService) => AssetPickerDialogComponentngOnInit
method
() => ngAfterViewInit
method
() => ngOnDestroy
method
() => voidpageChange
method
(page: number) => itemsPerPageChange
method
(itemsPerPage: number) => cancel
method
() => select
method
() => createAssets
method
(files: File[]) => Was this chapter helpful?