Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
disagg-d3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Show more breadcrumbs
ghsc
National Seismic Hazard Model Project
disagg-d3
Merge requests
!23
Updates
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Updates
ghsc/users/bclayton/nshmp/disagg-d3:updates
into
main
Overview
0
Commits
19
Pipelines
0
Changes
54
Merged
Clayton, Brandon Scott
requested to merge
ghsc/users/bclayton/nshmp/disagg-d3:updates
into
main
2 years ago
Overview
0
Commits
19
Pipelines
0
Changes
54
Expand
Setup unit tests with jest for Angular example
Update disagg example response
Add select menu for example
Update dependencies
0
0
Merge request reports
Compare
main
version 5
cd1c86a5
2 years ago
version 4
0332675c
2 years ago
version 3
9753d23d
2 years ago
version 2
fc15f866
2 years ago
version 1
c053fc68
2 years ago
main (base)
and
latest version
latest version
16c7eb4d
19 commits,
2 years ago
version 5
cd1c86a5
17 commits,
2 years ago
version 4
0332675c
16 commits,
2 years ago
version 3
9753d23d
15 commits,
2 years ago
version 2
fc15f866
14 commits,
2 years ago
version 1
c053fc68
12 commits,
2 years ago
54 files
+
97843
−
30482
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
54
Search (e.g. *.vue) (Ctrl+P)
example/src/app/app.component.html
+
12
−
1
Options
<div
#example
></div>
<div
class=
"container"
>
<select
name=
"Component"
(change)=
"onComponentChange($event.target.value)"
>
<option
*ngFor=
"let disagg of data.disaggs[0].data"
[value]=
"disagg?.component"
>
{{ disagg?.component }}
</option>
</select>
<div
#example
></div>
</div>
Loading