Home page

Home page consists of various types of beautifully designed widgets. Which is easy to customize and use. So following are the steps to customize widgets.

Let us assume that you want to customize the service widget from home page. Following is the html code of widget
As seen in above code snippet h2 and p are the title of the section. So change the title and description of the widget. Main thing is to understand that how the actual content of the section is going to be change.
Go to src >> app >> widgets >> grid >> servicegrid and open serviceGrid.compoment.htmlfile. You will see the following html.
If you need to chnage above code then do the changes.
Now to to src >> assets >> data and open service.json file
In this json file you can edit your data and after editing this file start ng serve again to refect the changes.
Last updated