Skip to content

Commit

Permalink
demo(datepicker): add forgotten 'NgbInputDatepickerConfig' provider
Browse files Browse the repository at this point in the history
  • Loading branch information
maxokorokov committed Nov 15, 2019
1 parent 3134439 commit 52ad0d6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,7 +10,7 @@ import {
@Component({
selector: 'ngbd-datepicker-config',
templateUrl: './datepicker-config.html',
providers: [NgbDatepickerConfig] // add NgbDatepickerConfig to the component providers
providers: [NgbDatepickerConfig, NgbInputDatepickerConfig] // add configurations to the component providers
})
export class NgbdDatepickerConfig {

Expand Down

0 comments on commit 52ad0d6

Please sign in to comment.