@karelics/angular-unleash-proxy-client
Version:
Angular wrapper for [unleash-proxy-client](https://github.com/Unleash/unleash-proxy-client-js).
7 lines (6 loc) • 308 B
TypeScript
export * from './lib/unleash.service';
export * from './lib/unleash.initializer';
export * from './lib/directives/feature-enabled.directive';
export * from './lib/directives/feature-disabled.directive';
export * from './lib/guards/feature-enabled.guard';
export * from './lib/guards/feature-disabled.guard';