在Angular 2中,如果PrimeNG按钮不显示fa图标和标签,可能是由于以下几个原因导致的:
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<p-button icon="fa fa-pencil" label="Edit"></p-button>
import {ButtonModule} from 'primeng/button';
@NgModule({
imports: [
// other imports
ButtonModule
],
// other configurations
})
export class AppModule { }
如果以上步骤都正确,但仍然无法显示fa图标和标签,请参考PrimeNG的官方文档或访问腾讯云的相关产品介绍页面,了解更多关于PrimeNG按钮的配置和用法。
腾讯云相关产品和产品介绍链接地址:
领取专属 10元无门槛券
手把手带您无忧上云