What problem does this solve?
Angular developers currently have no native integration for Reviewskits. An Angular-specific wrapper will provide the necessary services and modules to integrate reviews into Angular applications using standard patterns (Directives, Services, RxJS).
Proposed solution
Create the @reviewskits/angular package.
- Service-based Architecture: Implement a
ReviewsKitService that wraps @reviewskits/core.
- RxJS Integration: Provide observable-based APIs for fetching reviews and monitoring status.
- Module/Standalone: Support both the classic
NgModule and the new standalone component pattern.
- Directives: (Optional) Provide directives for easy review display.
Alternatives considered
- Direct Core usage: Using the core SDK with
fromPromise in every component.
Who does this benefit?
Additional context
This is a great opportunity for community contribution. We should provide a clear starting guide for Angular developers.
What problem does this solve?
Angular developers currently have no native integration for Reviewskits. An Angular-specific wrapper will provide the necessary services and modules to integrate reviews into Angular applications using standard patterns (Directives, Services, RxJS).
Proposed solution
Create the
@reviewskits/angularpackage.ReviewsKitServicethat wraps@reviewskits/core.NgModuleand the new standalone component pattern.Alternatives considered
fromPromisein every component.Who does this benefit?
Additional context
This is a great opportunity for community contribution. We should provide a clear starting guide for Angular developers.