Key features
- Customizable Layouts: Various layout options for report display
- Responsive Design: Adapts to different screen sizes for consistent user experience
- API Integration: Configurable endpoints for efficient data retrieval
- Accessibility Focused: Inclusive design for a wider range of users
- Error Handling: Effective management of data retrieval errors
Get started
1
Before you begin
Before you begin, ensure you have:- A Copyleaks account with the ability to complete successful scans and store results
- Server-side application with access to stored Copyleaks reports
- Angular application (version compatibility detailed below)
- Familiarity with the Copyleaks’ Authenticity API. If you haven’t tried it yet, get started with the Detect Plagiarism guide
2
Installation
First, select the version corresponding to your Angular version:Then, install the package:
3
Integration
The general integration process follows these steps:- Create a Copyleaks account
- Use Copyleaks API to scan for plagiarism
- Use the Export Methods to extract data and save it on your server/cloud
- Create HTTP endpoints to access the stored data
- Present the data in your website via the Copyleaks web report module
4
Implementation
AddCopyleaksWebReportModule and HttpClientModule to your module’s imports:5
Advanced customization
You can add custom actions, tabs, and more to the report interface. Here are a few examples:Custom Actions6
Summary
You have successfully integrated the Copyleaks Web Report into your Angular application. You can now display detailed plagiarism and AI detection reports to your users.Query parameters
The report component interprets several query parameters:Next steps
Package repository on Github
Access the source code and contribute to the development of the Copyleaks Web Report.
Accessibility information (VPAT report)
Review the Voluntary Product Accessibility Template (VPAT) report for accessibility compliance.
Support
Should you require any assistance or have inquiries, contact Copyleaks Support or ask a question on Stack Overflow with thecopyleaks-api tag.
