Modules Summary of module usage Modules and files Standard modules Default top-level definitions and bare modules Relative and absolute module paths Namespace miscellanea Modu...
Modules Module Local State Namespacing Accessing Global Assets in Namespaced Modules Register Global Action in Namespaced Modules Binding Helpers with Namespace Caveat for Plug...
Modules Beta Module Types CoreModule HiveModule User-Defined Module Namespace and Resolution Order Module API Loading and unloading a Module List Available Modules Modu...
Modules Feature modules Shared modules Module re-exporting Dependency injection Global modules Dynamic modules Modules A module is a class annotated with a @Module() dec...
Modules extend self Module Type Checking Modules Modules serve two purposes: as namespaces for defining other types, methods and constants as partial types that can be mixed...
Modules Namespace management Qualified names Export lists Standalone using and import using and import with specific identifiers, and adding methods Renaming with as Mixing mu...
Modules Namespace management Qualified names Export lists Standalone using and import using and import with specific identifiers, and adding methods Renaming with as Mixing mu...
Modules Example Syntax Description Modules This section describes the SDL commands pertaining to modules . Example Declare an empty module: module my_module {} Declar...