0
BobIngham created
dotnet Core Angular v.5.1.0 RAD tool For those of us who implement our own module in the Angular project it may be worth pointing out to your users the dependencies required from generated code:
import { DataTableModule, FileUploadModule, AutoCompleteModule, PaginatorModule, EditorModule, InputMaskModule, TooltipModule } from 'primeng/primeng';
import { ModalModule, TabsModule } from 'ngx-bootstrap';
Please add to your documentation, it may save some peeps a lot of time.
1 Answer(s)
-
0
@BobIngham Thanks for sharing this. RAD Tool is pretty new and there are some missing parts. Such comments like yours will help us to improve it for the future, thanks again.