In an angular4 application, given the followiing modules:
- ReactiveFormsModule,
- FormsModule,
- HttpModule,
- TranslateModule, (the translate module)
- AgGridModule.withComponents( [] ), (a table framework)
- DatepickerModule.forRoot(), (and in general modules of ngx-bootstrap)
Where is the correct place to import them: CoreModule or SharedModule ?
Thanks in advance