jwiesmann
jwiesmann
you could do something like that: `self.searchFieldOutlet.comparisonOptions = [.caseInsensitive, .anchored]` or, in case you do not want it to be case insensitive `self.searchFieldOutlet.comparisonOptions = [.caseInsensitive, .anchored]`
I signed it!
lets try again :D
i had the same issue which was fixed by adding those lines to my `tsconfig.json` ``` "paths": { "@angular/*": [ "../node_modules/@angular/*" ] } ``` Credits go to: https://stackoverflow.com/questions/43815410/error-in-error-encountered-resolving-symbol-values-statically-calling-function