We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e818fd commit 6be9fc4Copy full SHA for 6be9fc4
1 file changed
src/schematics/src/ng-add/index.ts
@@ -27,7 +27,7 @@ const BOOTSTRAP_AVAILABLE_STYLES = {
27
`]
28
};
29
const DATEPICKER_AVAILABLESTYLES = {
30
- 'css': [`./dist/ngx-bootstrap/datepicker/bs-datepicker.css`],
+ 'css': [`./node_modules/ngx-bootstrap/datepicker/bs-datepicker.css`],
31
'scss': [`
32
/* Importing Datepicker SCSS file. */
33
@import "node_modules/ngx-bootstrap/datepicker/bs-datepicker";
0 commit comments