Skip to content

Commit 6be9fc4

Browse files
fix(schematics): fixed datepicker style path for schematics (#6445)
1 parent 3e818fd commit 6be9fc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/schematics/src/ng-add/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const BOOTSTRAP_AVAILABLE_STYLES = {
2727
`]
2828
};
2929
const DATEPICKER_AVAILABLESTYLES = {
30-
'css': [`./dist/ngx-bootstrap/datepicker/bs-datepicker.css`],
30+
'css': [`./node_modules/ngx-bootstrap/datepicker/bs-datepicker.css`],
3131
'scss': [`
3232
/* Importing Datepicker SCSS file. */
3333
@import "node_modules/ngx-bootstrap/datepicker/bs-datepicker";

0 commit comments

Comments
 (0)