Topic: Errors building because of missing html and scss files
nm_patrick pro asked 7 years ago
I keep getting these errors on multiple html and scss files, they're actually missing:
ERROR in ENOENT: no such file or directory, open '/Users/patrickpereira/portal2/src/app/angular-bootstrap-md/pro/material-select/select.component.html'
Looks like all html and scss files are missing.
Add comment
Rafał Rogulski free answered 7 years ago
Hi,
It's problem with webpack template including, you can fix it moving all HTML from select.component.html to select.component.ts and change
Regards
templateUrl: 'select.component.html', to
template: ` code form select.component.html `,
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Answered
Specification of the issue
- ForumUser: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags