Not able to load HTML template with "require(" in angular 9. Getting error "[object Module]" I am trying to get a template with the following code. <code> require('!!raw-loader!./demos/basic/basic.html') </code>
Not able to load HTML template with "require(" in angular 9. Getting error "[object Module]"
I am trying to get a template with the following code.
require('!!raw-loader!./demos/basic/basic.html')