Questions tagged [codelyzer]
17 questions
0
votes
0 answers
is it allowed to reverse angular component selector prefix to be a suffix?
I have an angular app with a custom prefix for example myApp that generates the components selectors in this way .
for some reasons i need it to be .
another way cant go with it to add special…

Muhammed Moussa
- 4,589
- 33
- 27
0
votes
0 answers
ng lint is analyzing node_modules content - tslint.json and *.ts files
I'm developing npm packages. I publish them to internal nexus npm repository. I publish everything (for the time being, just for simplicity). So after installation, node_modules/my_package has everything like in development, including tslint.json…

dragonfly
- 17,407
- 30
- 110
- 219