In some applications it is necessary to provide multilingual support to offer users the possibility to view your application in different languages. So to provide this facility we can build our application using i18n feature in Angular. Here we are going to build simple application to translate “Hello World” into different languages(Eg: English, French, German).… Continue reading Angular 2 with i18n
Category: Angular 2
Angular2 Guards
In Angular2 one of the most changing module is Router and since it seems that one very interesting feature is Auth Guards. We will see the live example of Angular2 Route Guards in Authorisation. What is Angular 2 Route Guards As name suggests, you can restrict the routes in your application to control how user… Continue reading Angular2 Guards