Wednesday, July 27, 2016

module based architect in typescript



functionality in other expected items. Suppose your application has a couple of features, and you want to bundle each part of the application and use it. For instance, module "B" needs module "A" functionality, we import module "A" into module "B" and require that to load module "A" asynchronously.

from My Pocket http://www.codeproject.com/Articles/1112878/module-based-architect-in-typescript

No comments:

Post a Comment