I\'m trying to use the Angular2 Material Design components, and I can\'t get any of the layout directives to work. Example:
According to the examples, this should \"just
Another option is to use angular2-polymer in order to pull in Polymer's iron-flex-layout. It is slightly more limited and has a slightly different API than the Material 1 layout (but the Material 2 layout will also have a different API). But it works now and is supported.
There is also a guide here.