automatically skip the component without styling file
maxisam opened this issue · 2 comments
maxisam commented
@Component({
templateUrl: './app.component.html',
changeDetection: ChangeDetectionStrategy.OnPush
})
It will scan component like this and throws error.
Hope it can check component first and skip it.
or at least a way to exclude those html
ivanblazevic commented
@maxisam do you still have problems with the lib - fix was introduced month after your comment but I forgot to inform you?
maxisam commented
thanks for letting me know!