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

Make Angular Directives Standalone #18329

Closed
Sinan997 opened this issue Dec 1, 2023 · 0 comments
Closed

Make Angular Directives Standalone #18329

Sinan997 opened this issue Dec 1, 2023 · 0 comments

Comments

@Sinan997
Copy link
Contributor

Sinan997 commented Dec 1, 2023

Todo

  • Directives should be standalone for the future.
  • Currently, most of our basic directives are exporting via core module. If anyone wants to use any of these directives he/she has to be import core module(other unwant stuff will be imported) in standalone components.
  • So, it is better to make them and mark them standalone.
  • We still going to import it in core module. You can still use it as it is. It wont be breaking change.
  • But in the future we will remove it from core module import's [EDITED BY @masumulu28]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants