Blog
How to use translations with variables in Angular with ngx-translate
Translations are an important part of software when having a multilingual site. This snippet shows you how to use variables inside translations
Blog
How to use translations in a Angular Ionic Toast notification
Toasts are a very dynamic way of notifying your users. Here is how to translate them.
Blog
How to add class to Router link when active in Angular
Use the following to add an active class to a menu item or active link when you are visiting the exact page:
Blog
Getting a query parameter with Angular router
It is rather easy to read out query parameters like ?id=2030 from a URL with Angular router. Here is the snippet
Blog
Use the async pipe on an observable in Angular
I had this online/offline observable and I needed it on my component. This was the snippet I used to show things dependent on my online/offline state.
Blog
How to allow html in translation strings with ng-translate
The translation pipe is extremely useful for multilingual angular apps. But by default you cannot serve html-strings in your translations. This his how to do this.
Pagination
- Previous page
- Page 4
- Next page