How to host material icons offline?
You surely would like your app to be able to display the icons even when the user does not have…
Design – Plan – Write
You surely would like your app to be able to display the icons even when the user does not have…
Web performance is possibly one of the most important parts to take into account for a modern web application. The…
What is Compodoc ? Compodoc is a documentation tool for Angular applications. It generates a static documentation of your application.…
A template reference variable is often a reference to a DOM element within a template. It can also refer to a directive…
I used to struggle with this case, long time ago, how to setup an Angular project generated with Angular CLI…
If you’re a frontend dev in the world today you’ve probably heard of (and possibly even used) webpack. The Angular build…
Learn to code Angular app with PHP backend In the following tutorials, you’ll learn how build a whole application ,…
Angular has a specific way of dealing with internationalization (i18n). It is described in the official documentation Angular Cookbook Internationalization (i18n).…
Internationalization, often written as i18n, is the process through which products can be prepared to be taken to other countries.…
Sometimes for any reason you might need to use some JavaScript libraries into your project and you need to know…