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

Polymer layout collision with another frameworks like Angular Material #1289

Closed
lucasmartinez opened this issue Mar 12, 2015 · 3 comments
Closed

Comments

@lucasmartinez
Copy link

Hi. Sorry for my bad english.

I'm designing a web application with Angular Material as front end using some components from Polymer ( in special core-menu, core-submenu ).
I'm using layout from Angular Material ( like layout="column" and flex="20" ).
When I include Polymer library into my website, your layout collision with Angular Layout. I see all my imputs, div, etc, in just One line. My original layout is not respected.

Is this an issue ?

@robdodson
Copy link
Contributor

Hm I wonder if it's being caused by layout.html

A lot of Polymer elements rely on layout.html so if that's the case, I don't think it will be as simple as not including that file or renaming the attribute....

@lucasmartinez
Copy link
Author

I think you should use layout internally for your components in the shadow dom and give us the option to use or not your layout for main project. In the meantime, I can't use polymer elements because of that.
Regards.

@robdodson
Copy link
Contributor

In Polymer 0.8 the layout attributes have been moved to classes, we'll see if that improves things

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

No branches or pull requests

2 participants