I released tl8 last year. It came with a few integration issues. tl8 1.0.0 solves those issues and now, all Angular apps can be translated.
Avoid global styles in your Angular projects. Here is how to do it.
Creating components with Angular is a bless. However, there is one thing that is not clearly defined by the Angular framework: providing an API to let consumers customize styles of a component.
In this post, I present an elegant approach that uses CSS variables to solve this problem.
Advanced applications and custom libraries often require to create custom form controls that one can use in with ngModel and form controls. We are going to describe the journey from a simple component to a re-usable custom form control.