棱角/材质2是否具有网格系统

时间:2016-12-23 18:46:42

标签: angular-material2

angular / material2刚刚在beta.0中出现了新网站。

但是我不知道它是否有布局的响应网格系统,比如bootstrap。

3 个答案:

答案 0 :(得分:2)

app.module.ts中的

public static function test()
{
    return User::where('company', auth()->user()->company)->get();
}

然后按照下面的手册学习如何在HTML中使用它: https://github.com/angular/flex-layout

https://tburleson-layouts-demos.firebaseapp.com/#/docs

答案 1 :(得分:1)

您可以使用此包| ng2-flex-layout |

flex-Layout

答案 2 :(得分:0)

是的,Angular / Material2确实有网格布局:material grid layout

相关问题