Changelog

Follow new updates and improvements to Nzoni App.

October 20th, 2024

  • Updated all Angular dependencies to version 18.

  • Refactored components to align with new Angular APIs and improvements.

  • Resolved breaking changes related to RxJS updates.

  • Enhanced application performance using the new lazy loading strategy available in Angular 18.

  • Adjusted Angular Material components for compatibility with v18.

  • Fixed build and runtime issues due to deprecated modules in Angular 16.

October 19th, 2024

  • Added a new affiliate feature enabling users to refer others and earn rewards.

    1. Sign up for the affiliate program

    2. Get your unique link and share it

    3. Track your revenue on your dashboard

    FAQ

    Who can participate in the affiliate program?

    Anyone can participate. There are no minimum audience or sales required.

     

    Can I track my revenue?

    Yes, once signed up, you’ll have access to a dashboard where you can track visits and sales made through your link.

     

October 19th, 2024

  • Integrated a robust linting framework to ensure code consistency and best practices.

  • Configured the linter to follow the project's coding standards and rules.

  • Fixed existing lint errors across the application, ensuring a clean codebase.

October 19th, 2024

  • Created a default admin account with the following credentials:

    • Email: admin@admin.com

    • Password: admin1234

  • Set up basic admin privileges and access to all platform features.

  • Default plan created for the admin user, granting full access to the dashboard and management tools.

  • Added validation checks to enforce secure admin credential updates after first login.

October 19th, 2024

  • Replaced traditional service-based with Angular Signals for improved reactivity and performance.

  • Migrated existing observables and subjects to signals where applicable.

  • Enhanced component-level state tracking using signals, reducing complexity and improving performance.

  • Updated documentation to guide developers on using signals within the application.