I am using @ngx-translate for translation but unable to get results

You need to use TranslateModule.forChild() in the imports array at [page].module.ts, as explained in the lazy-loaded modules section of the ngx-translate documentation, instead of just TranslateModule.

P.S. Please use the “code block” button in the editor when you paste code, it’s really hard to read when pasted like normal text.

Best,
Rodrigo