How to build dynamic theme with CSS Variables ?
The above gif is the challenge we are going to conquer. Main tasks are: Have two squares, one reflecting primary…
Design – Plan – Write
The above gif is the challenge we are going to conquer. Main tasks are: Have two squares, one reflecting primary…
Usually we use @Output() and EventEmitter (from Angular/core) to emit an event to parent component. @Output() addTab = new EventEmitter<any>(); ...…
I used to work with icon-fonts, much time. Lots of projects ( Site or applications) really need a system for…
debounceTime delays the values emitted by a source for the given due time. If within this time a new value arrives,…
Let´s say we want to use ipcMain / ipcRenderer on our project to communicate from Angular to Electron and back. The Electron side look…
Let´s use the most recent version of Angular (currently version 12) to build a Progressive Web Application (PWA) that works…
Let´s say we have this warning “Port 4200 is already in use” when running the ng serve command“. And all…
There are different ways to solve that, depending of the situation or what we want to achieve. Solution A :…
instead of typing : ng serve --host example.com --port 4205 We just want to type ng serve Angular CLI 6+…
Dependencies & Versions Dependencies are specified in a simple object that maps a package name to a version range. The…