cost 104 ms
角度上的 Bootstrap 导航栏下拉问题 - Bootstrap navbar dropdown problem on angular

我在使用 Angular 上的引导导航栏时遇到问题,我无法加载下拉菜单。 引导脚本链接在 angular.json 文件中,我真的不明白为什么。 在在线编辑器上,相同的代码工作正常。 我附上代码。 我试图在他们的网站上修改引导代码之后的代码。 但无论如何都不起作用,我尝试将我的代码上传到 stack ...

如何创建一个 HTML 响应表,其中前 3 个固定/冻结的左列和一个 11 角的可滚动主体? - How do I create an HTML responsive table with first 3 fixed/frozen left column and a scrollable body in angular 11?

我正在研究 angular 11 和 ng-bootstrap 9.1,我需要制作一个固定前 3 列的表格,同时它也应该响应,我已经修复了它但找不到万无一失的解决方案使其响应(用户界面在某些时候中断)。 我知道这个问题与其他一些问题类似,例如: 具有固定标题和固定列的 HTML 表格? 滚动时 ...

row 和 col 类不会扩展整个可用宽度,除非使用 form 或 p 元素 - row and col classes are not expending the entire available width unless using form or p elements

在我正在处理的应用程序中使用引导程序时,我不断遇到奇怪的行为。 这是我第一次遇到这样的行为。 这是 HTML 如上图所示,整个contain占据了页面的1/3左右。 添加 width = 100% 没有任何不同。 然而,那些正在工作使用px或rem作为宽度会使 div.row 更宽。 使用p或表单 ...

Angular 13 添加 ngx-sharebuttons 得到错误,如“找不到模块 '@angular/cdk/clipboard' 或其相应的类型声明”。 - Angular 13 adding ngx-sharebuttons getting error like "Cannot find module '@angular/cdk/clipboard' or its corresponding type declarations."

i am making a web site in angular 13 with using Bootstrap 5 Laravel api etc.Here i use a share social media button for my pages. 当我安装 ngx-sharebutto ...

如何实现正常引导到 Angular 应用程序? - How to implement normal Bootstrap to Angular application?

我还想知道,即使我们使用脚本安装引导程序,angular 应用程序有时也不支持导航栏 class、折叠 class 和下拉菜单、切换按钮。 我想知道的是如何能够一次实现对 Angular 应用程序的每个 Bootstrap class 支持。 请帮助我。 感谢您! ...

Angular 未使用 rxjs Z20826A3CB51D6C7E4D9C219C7F4BF 中的 boolean 变量更新视图 - Angular is not updating view with boolean variable in the rxjs pipe

我对Angular 14有疑问,它在查询数据时没有更新视图。 当从服务器加载数据时,我想在我的 HTML 中显示加载微调器。 我正在使用ngbTypeahead来获取建议/提示。 当我在 function 中设置 boolean 值时,它不会在视图中显示任何内容。 我尝试使用NgZone并run A ...

ngb-Datepicker 在弹出窗口中显示错误的月份 - ngb-Datepicker show wrong month on popup

我正在使用angular 引导程序日期选择器并遇到一些奇怪的问题。 打开网页时,一切看起来都很好,但是当我想更改日期并单击日历按钮以获取弹出式日历时,它显示错误的月份,如果我单击日期,我将获得日期向前 1 个月。 例如,当我在 8 月 8 日打开页面时,日期显示为 8 月 8 日,弹出窗口显示月份: ...

Angular Bootstrap Carousel-> 从 ng carousal 顶部删除幻灯片编号文本 - Angular Bootstrap Carousel-> Remove slide number text from top of ng carousal

我正在使用 Angular Bootstrap Carousel 在我的主页上运行图像幻灯片,它始终显示文本为:“Slide 1 of 4”。 我尝试了很多东西,但无法删除它。 已经问过类似的问题,但它的解决方案对我不起作用: Remove slide number text from top o ...

使用 Flex 垂直对齐 col > row 中的项目 - Vertically aligning items in a col > row using Flex

我对 Flex 很陌生,想知道是否有办法让我在 col -> 行中对齐某些项目。 我正在考虑保持它的弹性(最好不使用浮点数),因为它会让我的响应更容易,但我对 HTML 和 CSS 的变化持开放态度。 我有这张通过引导程序制作的垂直对齐的卡片: 我希望指标和标签位于底部,rest 位于顶部。 ...

类型编号不可分配给类型字符串 | angular 引导表排序功能中的只读字符串[] - Type number is not assignable to type string | readonly string[] in angular bootstrap table sorting feature

我正在 Angular 13 版本中创建一个项目。 我使用 Angular Bootstrap 库创建了一个可排序和可搜索的列表。 我已按照以下链接创建列表: https://ng-bootstrap.github.io/#/components/table/examples#sortable代码 ...

Angular:如何在 ngb-dropdown 中添加动态选项 - Angular : how to add dynamic options in ngb-dropdown

我正在使用 ngb-dropdown 在我的应用程序中显示下拉列表我有一个场景,我需要拨打 API 来获取和显示下拉项目我正在尝试使用 *ngFor 动态添加选项,但似乎它不起作用任何人都可以帮助以正确的方式实现这一目标吗? 下面是示例代码<div ngbDropdown class="d-i ...

Bootstrap 手风琴导致无限重新渲染 - Bootstrap accordion causes infinite re-renders

我刚刚将一个 Angular 项目从版本 11 升级到 12,包括对@ng-bootstrap/ng-bootstrap (从 v6 到 v10)的更新。 升级非常顺利,没有任何困难的变化,但是我现在面临 Bootstrap 手风琴的一个奇怪问题。 我注意到它不断在页面上重新渲染,导致最大调用堆栈 ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM