primefaces / sakai-ng

Free Angular Admin Template by PrimeNG
https://www.primefaces.org/sakai-ng
MIT License
542 stars 525 forks source link

I'd like to know your policy. About standalone. #27

Open SuzGori opened 1 year ago

SuzGori commented 1 year ago

Will you support standalone components?

theNEXlevel commented 1 year ago

Hey @SuzGori,

This morning I went ahead and created a PR to convert the entire app to standalone and a few other maintenance changes. You're welcome to fork the repo or hopefully prime is interested in updating the repo!

https://github.com/primefaces/sakai-ng/pull/28

elmor216 commented 1 year ago

Hi, I tried to convert to standalone using ng g @angular/core:standalone in 3 steps. But I get hhtpClient not recognized problem and most of the pages not dowing anything.

I wanted to hand convert but when I start with a new setup with version 16 of angular and primeNg then I am stuck with the fonts and look not as in standard samples. I check several times and follow video of Cagatay and also prime blocks full version code, not get same fonts and css

theNEXlevel commented 1 year ago

Hi, I tried to convert to standalone using ng g @angular/core:standalone in 3 steps. But I get hhtpClient not recognized problem and most of the pages not dowing anything.

I wanted to hand convert but when I start with a new setup with version 16 of angular and primeNg then I am stuck with the fonts and look not as in standard samples. I check several times and follow video of Cagatay and also prime blocks full version code, not get same fonts and css

Make sure you update the bootstrapApplication to include the correct methods. You can see what I did here: https://github.com/primefaces/sakai-ng/pull/28/files#diff-4fab5baaca5c14d2de62d8d2fceef376ddddcc8e9509d86cfa5643f51b89ce3d

felipe-crossworkti commented 1 month ago

Any update on that?