Merrick Christensen
Merrick Christensen
I think the additional annotation is our best option.
This is also a problem with @InjectLazy.
Addressing this with annotations here: https://github.com/angular/di.js/pull/96/files
di.js is deprecated and replaced by the Angular 2 dependency injector.
I solved this problem a bit differently, instead of waiting for a certain amount of time, I instead check the top offset of the targeted element. Once the top offset...
Indeed seeing this issue.
I don't know that having prototype methods means something is a class. I think we need to be more explicit.
@bkonkle looks like this was fixed but just not published to npm yet?
This is essential if you want to be multi-tenant. Press currently locks you into a single server, this would mitigate that problem.
The trouble with configuring it there is peoples prettier editor tooling doesn't respect lint-staged narrowing. So it still leaves one wanting some way of specifying includes only...