ngx-feature-toggle
Advanced tools
Changelog
[5.0.0][] - 2022-02-08
Thanks @yharaskrik
Bundle distribution are now esm2020
, fesm2015
and fesm2020
. UMD and CommonJS versions were support were removed from Angular CLI directly. So the next version for the package will be a major version to cover these changes accordingly.
@angular/cli
to v13fesm2020
Changelog
[4.0.0][] - 2021-07-28
forRoot()
more than once if module is loaded asynchronously in a submodule.". Unfortunately, this was affecting consumers and it needed to be reverted to avoid friction in other applications.If you need to have this feature in place, the suggestion is to create a specific module in your app and apply the changes on your application.
Changelog
[3.0.0][] - 2021-07-23
forRoot()
more than once if module is loaded asynchronously in a submodule. This is required in order to avoid issues in consumers. To avoid that, consumers should load the module once on the main module instead - if loading submodules async.Changelog
[1.0.1][] - 2018-12-16