Base solution for your next web application

Activities of "michael.pear"

This problem occurs when using the AspNetZero Power Tools....the main-module.ts is updated with statements like:

import { AutoCompleteModule } from 'primeng/primeng';
import { PaginatorModule } from 'primeng/primeng';
import { EditorModule } from 'primeng/primeng';
import { InputMaskModule } from 'primeng/primeng';import { FileUploadModule } from 'primeng/primeng';
import { TableModule } from 'primeng/table';

This is goes against earlier advice of being more specific regarding the imports (as is done for TableModule). I don't see these in the file templates section, so they must be introduced programmatically. Should this issue be reported as a Power Tools issue? Or are there other circumstances this is introduced?

Showing 31 to 31 of 31 entries