From the course: CSS and JavaScript Library Integration

Unlock the full course today

Join today to access over 24,800 courses taught by industry experts.

Implementing a basic UI with PrimeNG and Angular

Implementing a basic UI with PrimeNG and Angular - JavaScript Tutorial

From the course: CSS and JavaScript Library Integration

Implementing a basic UI with PrimeNG and Angular

- [Instructor] One aspect of PrimeNG's fascinating nature comes from being able to lift already built components and edit them to suit your application needs. This component can be styled too. You would find PrimeNG styling similar to that of Bootstrap, if you've used it in your project before now. The application you'll be building will be sectioned into three components, the nav bar, hero section, and the store items section. One thing you need to be careful about is how you call the components in PrimeNG. First, you state the CSS, you use @imports PrimeNG, forward slash, resources, forward slash, themes, forward slash, lara-light-blue, forward slash, theme.css. The default theme is indigo, but you can choose to use any of the theme provided in the documentation. @import PrimeNg, forward slash, resources, forward slash, PrimeNg.min.css, which is M-I-N. @import PrimeFlex, forward slash, PrimeFlex.css. Also @import…

Contents