Skip to content

tomvieira/Angular-UI-Development-with-PrimeNG

 
 

Repository files navigation

Angular UI Development with PrimeNG

This is the code repository for Angular UI Development with PrimeNG, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

PrimeNG is a leading UI component library for Angular applications with 80+ rich UI components. PrimeNG was a huge success in the Angular world, and very quickly. It is a rapidly evolving library that is aligned with the last Angular release. In comparison with competitors, PrimeNG was created with enterprise applications in mind. This book provides a head-start to help readers develop real–world, single-page applications using the popular development stack.

The book is also focused on how to avoid some common pitfalls, and shows best practices with tips and tricks for efficient Angular and PrimeNG development. At the end of this book, the readers will know the ins and outs of how to use PrimeNG in Angular applications and will be ready to create real- world Angular applications using rich PrimeNG components.

Instructions and Navigations

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:


 @mixin center($axis: "both") {
   position: absolute;
   @if $axis == "y" {
     top: 50%;
     transform: translateY(-50%);
   }

Related Products

About

Angular UI Development with PrimeNG, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 33.1%
  • TypeScript 32.0%
  • HTML 22.1%
  • SCSS 12.7%
  • CSS 0.1%