-
Using Angular guard and query params to manage local storage
HTML Local Storage can be a nice tool to preserve transient data over several page visits, e.g. when reloading...
-
Fixing SVG url() in coexistence with „base“ for Safari
The url() function is a mightly tool if used with SVG definitions, since you can reference an element by...