Page Template
Page Template / Inner Pages
In all inner pages where there are the sections like home page, then the customizing the widgets of that is same as we discussed above. But if there are pages like portfolio, services, blogs etc then it will be customize following way.
Following is the screenshot of portfolio V1 Page

Customization
Go to src >> app >> portfolio >> portfolioGridV1 and open portfolioGridV1.html file
You will saw the follwing code
Change the html according to your need, and for actual data chnages go to src >> assets >> data >> and open portfoliov1.json file. You will saw the following code
edit above code and restart ng serve for reflecting the changes
Last updated