The selectors generated were wrong for typescript, javascript and html.
Until now, any file that ended with ts, js or html (and not .ts, .js or .html) were processed. So, for example, if I add a file call 'results' , the ts processor will process it.
The selectors generated were wrong for typescript, javascript and html. Until now, any file that ended with ts, js or html (and not .ts, .js or .html) were processed. So, for example, if I add a file call 'results' , the ts processor will process it.
This fixes that.