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

Paginator component theme path is not migrated in import statement #6121

Closed
hanastasov opened this issue Nov 5, 2019 · 0 comments · Fixed by #6122
Closed

Paginator component theme path is not migrated in import statement #6121

hanastasov opened this issue Nov 5, 2019 · 0 comments · Fixed by #6122
Assignees
Labels
🐛 bug Any issue that describes a bug ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.

Comments

@hanastasov
Copy link
Contributor

Description

Add to a scss files in an application:
// Import grid-paginator component and theme styles
@import '~igniteui-angular/lib/core/styles/components/grid-paginator/grid-paginator-component';
@import '~igniteui-angular/lib/core/styles/components/grid-paginator/grid-paginator-theme';

  • igniteui-angular version: 8.2.7

Steps to reproduce

  1. Run ng update igniteui-angular

Result

The above imports are not migrated

Expected result

The above imports to be migrated to:
// Import grid-paginator component and theme styles
@import '~igniteui-angular/lib/core/styles/components/paginator/paginator-component';
@import '~igniteui-angular/lib/core/styles/components/paginator/paginator-theme';

@hanastasov hanastasov added 🐛 bug Any issue that describes a bug 🛠️ status: in-development Issues and PRs with active development on them labels Nov 5, 2019
@hanastasov hanastasov self-assigned this Nov 5, 2019
@hanastasov hanastasov added ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged. and removed 🛠️ status: in-development Issues and PRs with active development on them labels Nov 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Any issue that describes a bug ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant