Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert class to provider function for modules #19715

Open
masumulu28 opened this issue May 6, 2024 · 0 comments · May be fixed by #19707 or #19839
Open

Convert class to provider function for modules #19715

masumulu28 opened this issue May 6, 2024 · 0 comments · May be fixed by #19707 or #19839

Comments

@masumulu28
Copy link
Member

Todo

  • We will change all <module-name>ConfigModule | <module-name>Module (like ThemeShared or CoreModule) classes
    to provide<module-name>Config function
  • Some modules have own forRoot method e.g: ThemeShared, forRoot and forChild methods will be stay but the logic will move to also a provide functions with the args.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment