I was wondering what the negative consequences of this might be, since it's obviously circumventing the intended typing system used by Angular.
For reference, I'm using it so that I can use require
.
Does anyone know why this might be a good/bad idea?
edit: I'm not asking about how to use this or what the alternatives are (which I've seen, and I recognize that would make this a duplicate question). I'm specifically, and ONLY, asking how this could negatively impact Angular's inner workings and reliance on TS typings. I did not see that specific question answered in any of the similar posts.