sebastienlevert / spfx-ng-webparts

7 stars 4 forks source link

Does not work in IE11 and IE Edge #3

Open GaneshDuvvuri opened 6 years ago

GaneshDuvvuri commented 6 years ago

I get the following error when I use IE 11 and Edge for MockData project. Same is the case with other NG projects using Angular. Is it related to NGDoBootStrap() call in the default module? Is there a way to explicitly specify the entry component?

][SPComponentLoader.loadComponen] Error: Attempted to load component "fef661a2-e808-453a-94fe-49ba832c6f7d" (MockDataWebPart) 3 times without success Failed to load component "fef661a2-e808-453a-94fe-49ba832c6f7d" (MockDataWebPart). Original error: ***Failed to load entry point from component "fef661a2-e808-453a-94fe-49ba832c6f7d" (MockDataWebPart). Original error: Error loading https://component-id.invalid/fef661a2-e808-453a-94fe-49ba832c6f7d_0.0.1 https://component-id.invalid/fef661a2-e808-453a-94fe-49ba832c6f7d_0.0.1 did not call System.register or AMD define. If loading a global module configure the global name via the meta exports property for script injection support.

sebastienlevert commented 6 years ago

I will have a look and let you know! Thanks for reporting the bug!