AMD Javascript Loaders

thumbnail
Aravinth Kumar, modified 5 Years ago. Regular Member Posts: 152 Join Date: 6/26/13 Recent Posts
Hi All,Is there any documentation / sample code templates available for AMD module loaders? It will be even good if its available for 7.3.
I tried below link and its working fine in 7.1. 
https://help.liferay.com/hc/en-us/articles/360029314891-JavaScript-Module-Loaders
 Thanks in Advance
Regards,Aravinth
thumbnail
Ivan Zaera, modified 5 Years ago. Regular Member Posts: 119 Join Date: 10/1/13 Recent Posts
Have a look at the JS Toolkit wiki -> https://github.com/liferay/liferay-js-toolkit/wiki/How-to-use-generator-liferay-js
There you can find lots of resources and documentation, in addition to the official docs.
thumbnail
Aravinth Kumar, modified 5 Years ago. Regular Member Posts: 152 Join Date: 6/26/13 Recent Posts
Hi Zera, Thank you for the reply. How can we implement AMD in a normal mvc module project and theme? Initially in 7.1 we did a POC which worked fine but now in 7.3 we are getting error like "Trying to define a module that was not registered" in the browser console.  Thanks in Advance.