from
Set the module name that will be imported into the template.
from="MODULE_NAME"
Passes MODULE_NAME to import and sets the <can-import>'s viewModel to be the returned Promise.
<can-import from="bootstrap/bootstrap.css" />
Parameters
- MODULE_NAME
{String}
:The name of the module to import.