Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70439

How to configure primeng(rating) for ionic 4

$
0
0

@timsar wrote:

some component like button and panel is working right but some other like rating and fielset not showing completely i think it’s because of missing font-awsome

npm install primeng --save
npm install primeicons --save
npm install @angular/animations --save

already added BrowserAnimationsModule to app.module and this lines of code to angular.json

"styles": [
    "node_modules/primeicons/primeicons.css",
    "node_modules/primeng/resources/themes/nova-light/theme.css",
    "node_modules/primeng/resources/primeng.min.css",
    //...
],

added to import section of target page module:

import {PanelModule} from 'primeng/panel';

finlay in page.html:

<p-rating [(ngModel)]=“val”></p-rating>

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 70439

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>