You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am curious, what is the purpose of having this moduleId property on every component as of alpha.5?
It appears that module.id is the path to the application component at run time if the application is loaded via system.js. Is there any intention of supporting other use cases such as loading material in a umd fashion?
I am loading the modules in a umd format, therefore module.id is undefined. My only solution was to comment out //moduleId: module.id in the components.
Thank you
Greg
The text was updated successfully, but these errors were encountered:
@gregbown: module.id allows us to put the templates as relative paths. Since the templates are inlined in Material before publishing, it's safe to remove.
@jelbourn: Maybe we can just remove the module.id prior to publishing.
I am curious, what is the purpose of having this moduleId property on every component as of alpha.5?
It appears that module.id is the path to the application component at run time if the application is loaded via system.js. Is there any intention of supporting other use cases such as loading material in a umd fashion?
I am loading the modules in a umd format, therefore module.id is undefined. My only solution was to comment out //moduleId: module.id in the components.
Thank you
Greg
The text was updated successfully, but these errors were encountered: