Dspace Angular screenshot

Dspace Angular

Author Avatar Theme by Dspace
Updated: 23 May 2025
159 Stars

DSpace User Interface built on Angular.io

Categories

Overview:

DSpace Angular is the frontend User Interface for DSpace, an open-source repository application used by over 2,000 organizations worldwide. Written in Angular and TypeScript, DSpace Angular provides durable access to digital resources through a REST API. The installation process involves ensuring Node.js and yarn are properly configured.

Features:

  • Angular-based Frontend: Built on Angular for a modern user interface experience.
  • Written in TypeScript: Utilizes TypeScript for a more robust and scalable codebase.
  • Angular Universal Support: Supports Angular Universal for server-side rendering and SEO optimization.
  • REST API Integration: Interfaces with DSpace backend through a REST API.
  • Configurable Settings: Easily configure runtime settings without the need to rebuild the distribution.

Installation:

  1. Ensure Node.js v16.x or v18.x and yarn v1.x are installed.
  2. Clone the DSpace Angular repository.
  3. Run yarn install to install local dependencies.
  4. Configure runtime settings using the config files in the config/ folder.
  5. Start the application by running it locally and accessing http://localhost:4000 in your browser.

Summary:

DSpace Angular is a powerful frontend User Interface for DSpace, offering modern features like Angular support, TypeScript integration, and Angular Universal capability. Its seamless integration with the DSpace backend via a REST API provides a robust platform for organizations looking to manage and provide access to digital resources. The installation process is straightforward, requiring Node.js, yarn, and some configuration steps to get started with the application.