Saved Bookmarks
| 1. |
What is AMD in TypeScript? |
|
Answer» In Typescript, the Asynchronous Module Definition (AMD) is USED to specify a process for defining MODULES in a manner such that modules and their dependencies can be LOADED asynchronously. This is greatly helpful in a BROWSER environment where performance, usability, DEBUGGING, and access to cross-domain problems occur due to the synchronous loading of modules. |
|