-
Notifications
You must be signed in to change notification settings - Fork 2
refactor(core): migrate to standalone Angular app #683
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
base: next
Are you sure you want to change the base?
Conversation
@BlobbyBob FYI, this is basically finished now, waiting for your feature to be merged, then I'll fix the conflicts and merge this as well. After that we have a modern standalone Angular app 🥳 |
Nice, good work 🚀
How exactly do you mean that? If it's not possible to use pipes inside components, what is their use then? :D |
Oh haha, that's what I meant. :D Of cause it's still possible to use them in the templates. But I got null injector errors trying to use transform of injected pipes inside the transform method of another pipe. But thinking about it again, maybe I just needed to provide them properly? Not sure anymore if I did that. Will check that again |
Drops all modules and updates all components etc to standalone versions.