ivanblazevic/ngx-unused-css

automatically skip the component without styling file

maxisam opened this issue · 2 comments

@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

@maxisam do you still have problems with the lib - fix was introduced month after your comment but I forgot to inform you?

thanks for letting me know!