Open behsayah opened 7 years ago
Hm. Your error seems to indicate some problem during the npm install. It's basically saying that one of your libs is broken (in this case, angular itself). Can you delete node_modules and do npm install again? If that's the problem, it should fix it.
I installed the package.
Add the following line to the component: import { Component } from "@angular/core";
Add the following directive to the template: <ngb-datepicker [firstDayOfWeek]="6">
I'm getting the following errors:
Could you please help me to fix the issue?