src/module.ts
This module is the main entrypoint module of the Blueriq framework support for Angular. This module must be imported only once, preferably from the root module. This class in itself is not an NgModule to avoid the chance of importing it multiple times. You must use the BlueriqModule.forRoot method to import this module only once, e.g. from the root module.
Methods |
|
Static forRoot | ||||||||
forRoot(options: BlueriqOptions)
|
||||||||
Parameters :
Returns :
ModuleWithProviders
|