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

Refactor abp-tree-component css #14919

Closed
mahmut-gundogdu opened this issue Dec 2, 2022 · 0 comments · Fixed by #14940
Closed

Refactor abp-tree-component css #14919

mahmut-gundogdu opened this issue Dec 2, 2022 · 0 comments · Fixed by #14940

Comments

@mahmut-gundogdu
Copy link
Contributor

mahmut-gundogdu commented Dec 2, 2022

Encapsulate it.
load with LazyLoadService https://docs.abp.io/en/abp/latest/UI/Angular/Lazy-Load-Service.

Breaking changes:
If you are use abp-tree or if your project is Abp comppercial. You should effected these breaking changes.

ng-zorro-antd/moved from component's style to sepereated bundle

The ABP User should add this style definition on angular.json. ( under the 'yourProjectName' > 'architect' > 'build' >'styles' )

{ "input": "node_modules/ng-zorro-antd/tree/style/index.min.css", "inject": false, "bundleName": "ng-zorro-antd-tree" },

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

Successfully merging a pull request may close this issue.

2 participants