I'm trying to use the ng2-datepicker but after I installed it from npm I can't import the module.
app.module.ts:
import { DatePicker } from 'ng2-datepicker/ng2-datepicker';
import { AppComponent } from './app.component';
@NgModule({
declarations: [
Appcomponent,
DatePicker
],
The DatePicker doesn't exists.