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

Transform replaceable components from NGXS state to Angular service #5026

Closed
armanozak opened this issue Aug 11, 2020 · 1 comment · Fixed by #5333
Closed

Transform replaceable components from NGXS state to Angular service #5026

armanozak opened this issue Aug 11, 2020 · 1 comment · Fixed by #5333

Comments

@armanozak
Copy link
Contributor

Related to #4958

@mehmet-erim
Copy link
Contributor

BREAKING CHANGE

ReplaceableComponentsState is deprecated. The new service created called ReplaceableComponentsService, use it instead of the state.
Layouts (application, account, empty) are no longer available from the store.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment