问题标签 [angular-flex-layout]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
angular - 错误 TS2688 中的错误:找不到“flex-layout”的类型定义文件
按照https://angular-update-guide.firebaseapp.com/中描述的步骤将我的 angular 4 应用程序升级到 5
我已经使用 @latest 安装了所有最新的软件包,而不是上面链接中提到的特定版本。
ng serve --open 失败并出现以下错误
错误 TS2688 中的错误:找不到“flex-layout”的类型定义文件。
我在@angular/flex-layout/ 看到了一个文件 flex-layout.d.ts
下面是我的 package.json 文件
css - How can I put loan detail and credit detail table below application detail which is an empty space
I have four tables my page. One's size is almost the same as other three small table. I want to fit loan detail and credit detail table below application detail where there is enough empty space.
I am using flex layout for grid system. Is there any workaround to achieve this using fx flex property of flex layout.
this is my html code
angular - Angular Flex:3个div:中间的一个应该根据上下div的上下文缩小
我是 Angular Flex 的新手。我有 3 个divs
,我希望div
在上部和下部之间有一个动态空间,以便下部div
位于底部,具体取决于底部和顶部div's
占用的空间。
这可以通过 Angular Flex 实现吗?
这是3个div
angular - mat-icon-button 和 mat-button 之间的角度材质切换
根据媒体查询,有没有更漂亮的方法可以在 mat-icon-button 和 mat-button 之间切换?我已经对我当前的解决方案做了一个演示,但它需要两个独立的按钮。
firebase - Firebase 托管和 Angular5 弹性布局
我正在按照https://github.com/stanleyeosakul/angular-universal-firebase的一些说明让我的网站托管在 firebase 上。当我运行 firebase deploy 时,一切都很好,直到最后一步。这就是我收到以下错误的地方:
谁能帮我解决这个错误?现在甚至可以在 Firebase 托管上使用 flex-layout 吗?我整天都在尝试它,这令人沮丧。
谢谢!
angular - 未找到模块:错误:无法解析“/app”中的“@angular/flex-layout”
我突然收到这个错误
这个错误发生在我安装@angular/cdk之后,
在这个错误之后,我再次使用安装了 flex-layout
但是现在有错误
如果我安装一个 http,那么其他一些模块就会丢失。如何阻止这种情况?出了什么问题?
如果我安装 @angular/http 然后它再次开始
angular - 角度弹性布局网格系统
我想制作像所附图像一样的屏幕,但遇到了一些问题。我的代码在小型设备和大型设备上运行良好,但对于中型设备运行不正常。所以任何人都可以查看我的代码并帮助我解决这个问题。实际上,我对 Flex 布局网格系统有点困惑。在 Bootstrap 中很容易实现这一点,但我希望在 Flex Layout 中实现这一点。