Dodis developed and maintains an angular component for Metagrid. This project is not listed on Metagrids Github but on the dodis Gitlab. You can install the component with npm.
npm config set @metagrid-go:registry https://source.dodis.ch/api/v4/packages/npm/
npm i @metagrid-go/ngx-metagrid-widget
To use the component, import it into your project and pass the props to it.
projectSlug=[string]
Your provider slug<lib-ngx-metagrid-widget projectSlug="dodis" [elementKind]="EntityKind.PERSON" elementId="5"></lib-ngx-metagrid-widget>
Need more info or found an error? Check out the Gitlab project, open an issue or send a pull request.