Miscellaneous use cases and best practices introduce more interesting features of the PrimeNG library. You will learn about file uploading, drag-and-drop capabilities, displaying collection of images, practical CRUD implementation, deferred page loading, blocking page pieces, displaying confirmation dialog with guarded routes, and more. Despite a comprehensive set of components, users sometime have special requirements for existing components regarding their functionality or need new, custom components.
The purpose of this chapter is also exclusively to facilitate the start of component development on top of the PrimeNG infrastructure. We will go through the complete process of building reusable components and develop a custom wizard component. The wizard can be used for workflows, which involve multiple steps to complete a task. Furthermore...