Skip to content

Conversation

erdemcaygor
Copy link
Contributor

@erdemcaygor erdemcaygor commented May 20, 2025

Description

Resolves https://github.com/volosoft/volo/issues/19868

Checklist

  • I fully tested it as developer / designer and created unit / integration tests

How To Test

1. Build the Schematics Package

Navigate to the npm/ng-packs folder and run the following command:

yarn run build:schematics

This will generate the dist/packages/schematics folder under npm/ng-packs.


2. Link the Built Package Locally

Navigate to the generated schematics folder and link it to your local environment:

cd dist/packages/schematics
yarn link

3. Link the Package to Your Angular Project

In your Angular project's root directory (where package.json is located), run the following command to create a local reference:

yarn link "@abp/ng.schematics"

4. Change the Default Theme

To replace the theme, run:

npx ng g @abp/ng.schematics:change-theme

@erdemcaygor erdemcaygor added this to the 9.2-final milestone May 20, 2025
@erdemcaygor erdemcaygor marked this pull request as ready for review May 20, 2025 13:30
@gizemmutukurt gizemmutukurt merged commit 313e052 into rel-9.2 May 21, 2025
2 checks passed
@gizemmutukurt gizemmutukurt deleted the fix/#19868 branch May 21, 2025 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants