AbstractAppModule

AbstractAppModule ⇐ AbstractModule

Kind: global abstract class
Extends: AbstractModule
Properties

NameType
exportsArray.<AppRoutes>

AbstractAppModule()

Abstract class defining an Application module.

getId() ⇒ string

Return a unique identifier for the module which is the name of the class, with the first letter lowercase

Kind: static method of AbstractAppModule