<img src="..." loading="lazy">
const userDetail = await User.findOne({
where: {
email: "testuser@example.co"
},
});
const userAccount = await userDetail.getAccount();
{path:'country',
loadChildren: () => import('./Country/countryrountingunting/countryrountingunting.module').then(m => m.CountryrountinguntingModule)}