问题标签 [primeng]
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.
typescript - 如何使 PrimeNG 菜单栏组件工作?
我正在尝试使用 PrimeNG 制作菜单栏,基于http://www.primefaces.org/primeng/#/menubar中的示例
我创建了这样的东西:
app.component.ts
menubardemo.components.ts
在我检查出数据对象后打印在 DOM 上,但菜单栏没有显示。
更新:
索引.html
包.json
tsconfig.json
systemjs.config.js
打字.json
angular - 可以在没有 npm 的情况下使用嵌入在 JSF 中的 Primeng、Angular2 吗?
我想在前端使用 angular2 框架,所以对于 UI 部分我想使用 primeng 但我不知道 npm 是如何工作的。
技术资料:
- 我的 IDE 是 eclipse/netbeans
- 项目将部署在 Wildfly8.0 上
我可以将 JSF 组件与primeng 混合使用吗?
typescript - 格式不兼容的共享模型变量
共享模型变量的格式与子组件不兼容,我应该如何处理转换而不弄乱我的应用程序模型?
angular - 当数据不存在时,如何在 PrimeNG 数据表中添加“未找到记录”?
我在primeNG官方网站上搜索,我发现emptyMessage= "No Record Found"
PrimeNG ref中没有像数据表这样的属性。http://www.primefaces.org/primeng/#/datatable
因此,当我的数据表中没有数据时,它没有向我显示任何消息。
angular - PrimeNG中的ngrepeat div
有一个来自 ts 的 http post 调用ngOnInit()
来初始化值数组,但我一直在获取值undefined error
,我认为代码片段是正确的,可能是服务调用未完成并html
在此之前呈现在 Angular 2 中是否可能?
angular - 使用 Angular 2 访问图表 js 的隐藏/取消隐藏数据系列功能
我目前正在使用基于 chartJS 构建的 PrimeNG 图表。
我试图实现的用例是使用外部按钮隐藏/取消隐藏特定数据系列。
目前我们可以通过点击相应数据系列的标签来做到这一点。
有人能指出我正确的方向吗?
typescript - 如何在Angular 2中调用条件单选按钮?
我有两个单选按钮当我先选择然后单击按钮然后显示应该为假,当我选择第二个并单击按钮时显示冲突应该为真,如下所示
我试过这种方式,但我无法得到解决方案。
angular - How to use PrimeNG Dropdown in Angular2 Model-driven form?
Need help with PrimeNG dropdown in an Angular2 model-driven form. The PrimeNG documentation I have found only use template-driven forms.
A sample code for the following would help greatly:
- an Angular model-driven form
- the form contains one PrimeNG dropdown and a submit button.
- the dropdown contains 4 cities (Moscow, Istanbul, Berlin, Paris).
- the user is required to change the selected city (to enable the Submit button).
- the dropdown can be programatically "initialized" to show one of the cities in the options list (e.g. Berlin) when the form first opens.
Thanks.