Jon Zgoda
Jon Zgoda
I know this issue is over 4 year old, but is there any workaround for getting a `:leave` animation working?
Well, I found my own workaround using animation states without an `ngIf` involved: ```typescript import { trigger, transition, style, animate, state, } from "@angular/animations"; import { Component } from "@angular/core";...
@andipahlevy, did you ever get this worked out?
I too have a form that enables/disables FormControls based on the value of other FormControls (seems like a pretty common use case). While a working `enable/disable({onlySelf: true})` would be ideal,...
Yes, I do plan on doing that. I can't tell you when it will happen though.
I agree that would be a good thing. (I didn't initially include roles because it wasn't needed for the projects where I'm currently using this.) Feel free to have a...
It appears that the latest version of browser-sync isn't paying attention to the `'!' + config.less` line in options.files, and the refresh is getting triggered by the `**/*.*`. Updating options.files...