When loading Angular JS component, I'm getting typeerror-angular-lowercase-is-not-a-function

196 Views Asked by At

I have a hybrid project with both Angular 9 and Angular JS. When loading the Angular JS component, in getting the below error in console. typeerror-angular-lowercase-is-not-a-function. Please advise

1

There are 1 best solutions below

0
On

If you are using Angular helper - lowercase like pipe or something, it is deprecated. You should change for code to use standard js toLowerCase(). Since you have not attached any snippet or code sample, this is the only way to answer.

You can check this here:

Angular - fix(Angular): remove angular.lowercase and angular.uppercase