Thanks a lot ! Clear and efficient ! I had an issue with my code not finding the json dictionary but I found out that the assets folder should be outside the app folder ! It works now, thanks.
@bilalekmen99822 жыл бұрын
Thank you for your nice explanation, it helped me a lot...
@parmeetsingh10222 жыл бұрын
Helpfull and please make more videos on Angular
@praveen_javali3 жыл бұрын
Hi Srinivas , very useful , any videos on using angular cli i18n i.e @angular/localize ? with lazyloading modules ?
@NatusVictor3 жыл бұрын
Thank you my friend! This video was so helpful!
@mbs83053 жыл бұрын
nice and helpful assignment
@prakashbtw6784 жыл бұрын
Thanks for your video, lazy loading not working with ng build --prod in angular 9 + all browsers, if possible please post one video for best practices..
@Nagesh_Komal_official3 жыл бұрын
I am getting error at: settings.component.ts create a method to change the default language. the error says 'Property does not exist on type 'SettingsComponent'.' And I am not seen the home.title replace value. I think in html translate function is not used properly. Can you please tell me how to resolve these errors.
@m.saqibsiddiqui13483 жыл бұрын
Thank you Srinivas Tamada. I watched the video and implement the same but inernationalization is not working on Lazy loading module. However i am able to work on app.component.. Could you please tell me what was the reason it is not working with child module component
@yanwang47923 жыл бұрын
You may add RouterModule.forRoot(routes) in app-routing.module.ts.
@sastaDJbhai3 жыл бұрын
hey what theme icon you use in vs code??
@pratibhakamble79912 жыл бұрын
How can I do same thing using dropdown instead of button
@mohamadjarmak72403 жыл бұрын
Is this SEO friendly?
@ayushisingh66382 жыл бұрын
how to translate that 'value 1+' button text ?
@andresnino82063 жыл бұрын
I have no idea why didn't work for me 🤣🤣🤣🤣 I've to watch all the video again for the 30th time
@andresnino82063 жыл бұрын
I found it!, In the HttpLoaderFactory function is not needed to call explicitly the directory, so you can return the new Instance of the TranslateHttpLoader(httpClient) without other params..
@cherifbarry91073 жыл бұрын
Me also really 😭
@κωνσταντινοςΑδαμουδας2 жыл бұрын
I've have done all the proccess step by step but when i import the Translate Service I have a blank page and an error like Error: Uncaught (in promise): Error: NG0203: inject() must be called from an injection context such as a constructor, a factory function, a field initializer, or a function used with `EnvironmentInjector#runInContext` can someone help me?
@sherines905311 ай бұрын
Hi! did you resolve it, i too getting same error. How to resolve any idea?