push
github
Set AppModule as a DynamicModule (#875) The `AppModule` is now a `DynamicModule` – this allows configuring its configuration based on the `configuration` object. This change is similar to 501bc7439 which was later reverted in 84d48c0bf. The main reason for the revert was because the `configuration` object would not take the `.env` file into consideration since this is a feature exclusive to the `ConfigurationModule` which is not initialised at this stage. However, even if the `.env` is not loaded at this stage, we still have access to the `configuration` object which relies more on the environment variables set in the session, allowing entire features to be enabled/disabled with a single configuration entry.
1425 of 1701 branches covered (0.0%)
Branch coverage included in aggregate %.
2 of 3 new or added lines in 2 files covered. (66.67%)
2 existing lines in 1 file now uncovered.5293 of 5660 relevant lines covered (93.52%)
162.63 hits per line