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

fix: add missing styleUrls in ngx-flicking #816

Merged
merged 2 commits into from
Jul 7, 2023

Conversation

malangfox
Copy link
Contributor

Issue

#815

@coveralls
Copy link

Coverage Status

coverage: 79.365%. remained the same when pulling b2e66da on malangfox:fix-ngx-flicking-style into ef4f095 on naver:master.

@@ -72,6 +72,9 @@ import NgxElementProvider from './NgxElementProvider';
class: 'flicking-viewport',
style: 'display: block;',
},
styleUrls: [
"../../node_modules/@egjs/flicking/dist/flicking.css"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could it be this way?

@egjs/flicking/dist/flicking.css

Copy link
Contributor Author

@malangfox malangfox Jul 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've checked that the absolute path @egjs/flicking/dist/flicking.css doesn't work with the intended path when building the package.
angular/angular-cli#20162

Copy link
Member

@daybrush daybrush left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@malangfox malangfox merged commit f597359 into naver:master Jul 7, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants