Jose Ignacio Santa Cruz G.
Jose Ignacio Santa Cruz G.
> @jsanta > Why don't you transfer all dependencies to peerDependencies? > Wouldn't it be better to apply [this instruction](https://blog.angular.io/upcoming-improvements-to-angular-library-distribution-76c02f782aa4) to move it to Ivy? You're welcome to fork my...
Had some similar problem once, because my layout uses a double header line. Ended adding an overrrideBottom attribute and setting a fixed value for CSS bottom when required. A not-so-nice...
Yes, one of my views has bottom-tabs. The last time I messed with the code I noticed there was a slight problem with the active view selector in the plugin,...
Perhaps you're missing a line in the tmux config for changing the prefix: ``` set -g prefix M-a bind M-a send-prefix unbind C-b ```