As can you see in package.json, I installed primeflex and imported it in the styles section of angular.json.
Then I tried one of grid samples but it did not work.
Only after adding:
<link rel="stylesheet" href="https://unpkg.com/primeflex@latest/primeflex.css">
to index.html. it worked.
I can't use this because I have to work offline without internet.
Can you please advise ?
angular.json package.json
Hello,
As can you see in package.json, I installed primeflex and imported it in the styles section of angular.json. Then I tried one of grid samples but it did not work.
Only after adding:
<link rel="stylesheet" href="https://unpkg.com/primeflex@latest/primeflex.css">
to index.html. it worked.I can't use this because I have to work offline without internet. Can you please advise ?
Thank you, Zvika