Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dspace7 Angular
Manage
Activity
Members
Labels
Plan
Issues
43
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
code.vt.edu will be down for maintenance from 0530-0630 EDT Wednesday, April 9th
Show more breadcrumbs
vtechworks
Dspace7 Angular
Commits
16576a77
Commit
16576a77
authored
6 years ago
by
Art Lowel
Browse files
Options
Downloads
Patches
Plain Diff
Add typedocs to RelatedEntitiesSearchComponent
parent
72fb18d9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/+item-page/simple/related-entities/related-entities-search/related-entities-search.component.ts
+5
-0
5 additions, 0 deletions
...ated-entities-search/related-entities-search.component.ts
with
5 additions
and
0 deletions
src/app/+item-page/simple/related-entities/related-entities-search/related-entities-search.component.ts
+
5
−
0
View file @
16576a77
...
...
@@ -9,6 +9,11 @@ import { of } from 'rxjs/internal/observable/of';
selector
:
'
ds-related-entities-search
'
,
templateUrl
:
'
./related-entities-search.component.html
'
})
/**
* A component to show related items as search results.
* Related items can be facetted, or queried using an
* optional search box.
*/
export
class
RelatedEntitiesSearchComponent
implements
OnInit
{
/**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment