David
David
The transformer is passed to the AngularCompilerPlugin, which is is a webpack plugin. I use the ngx-build-plus builder to extend the interal webpack configuration of the Angular CLI. The plugin...
> > angularCompilerPlugin._getTsProgram() > > And this one doesn't exist at `propertiesRenameTransformer` call, right? Yes indeed. I currently have the initialization of the exportsSymbolTree inside the transformer itself, while keeping...
@timocov Sorry for the delay. I wanted to add some tests as well, but didn't have the time yet. I'll push what I have in a PR this week.
The fix would be to give the $watch function a watchExpression as a first argument and a listener as a second. this would remove the need of the timeout as...