Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add Angular Js in PrimeFaces - JSF

I have already a project of JSF with PrimeFaces but now i need to add angular js in my project. There are tags of primefaces so I don't know how to use primefaces with angular.

So please provide any demo or documentation to implement the Angular with primefaces.

like image 213
yogesh jalodara Avatar asked Apr 07 '16 05:04

yogesh jalodara


1 Answers

Primefaces already developed PrimeNG But do not confuse PrimeNG is not the extension of JSF components. PrimeNG used AngularFaces to create PrimeNG components ?

What is PrimeNG ?

PrimeNG is a collection of rich UI components for AngularJS2. PrimeNG is a sibling of the popular PrimeFaces and its free to use under Apache License 2.0, a commercial friendly license. It has the same look and feel as the PrimeFaces components, so integration on that part should be (almost?) seamless.

For Setup

You have to follow the following link PrimeNG Setup

Quickstart

An example starter application based on angular2-quickstart is available at GitHub.

PrimeNG PRO Support

  1. Premium Layouts and Themes for PrimeNG
  2. PrimeNG PRO is a term based commercial support service

Currently PrimeNG 0.9 Released last March 28, 2016

Roadmap

Next version is 1.0.0-beta1 and we’ll do a couple of beta releases to bring the upcoming features including drag drop utils, google maps component, datatable enhancements, requests from PrimeNG users and more. Our aim is to sync the 1.0 release with the 1.0 final release of Angular2.

like image 118
Subodh Joshi Avatar answered Oct 20 '22 08:10

Subodh Joshi