Skip to content

Commit

Permalink
fix(schematics): fixed datepicker style path for schematics (#6445)
Browse files Browse the repository at this point in the history
  • Loading branch information
SvetlanaMuravlova authored Mar 18, 2022
1 parent 3e818fd commit 6be9fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schematics/src/ng-add/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const BOOTSTRAP_AVAILABLE_STYLES = {
`]
};
const DATEPICKER_AVAILABLESTYLES = {
'css': [`./dist/ngx-bootstrap/datepicker/bs-datepicker.css`],
'css': [`./node_modules/ngx-bootstrap/datepicker/bs-datepicker.css`],
'scss': [`
/* Importing Datepicker SCSS file. */
@import "node_modules/ngx-bootstrap/datepicker/bs-datepicker";
Expand Down

0 comments on commit 6be9fc4

Please sign in to comment.