Introduction
@ngx-flagr/core
is a foundational package required for the proper functioning
of ngx-flagr
.
It offers various services, directives, and logical components that can assist you in managing your feature flags.
note
Before diving into the details of the package, ensure that you have
installed ngx-flagr
correctly.
Overview
Here are the main parts of @ngx-flagr/core
that can help you manage your
feature flags:
- Directives to help you modulate your templates
- Services to indicate whether a feature flag is enabled or not
Make sure to check out the documentation for each part to learn more about their usage and configuration.