[lucide-angular] Exports injection token and provider (#1155)

Co-authored-by: Karsa <karsa@karsa.org>
This commit is contained in:
Karsa
2023-04-25 06:39:01 +02:00
committed by GitHub
parent e16f368502
commit cafd2a838b

View File

@@ -3,5 +3,6 @@ import * as icons from './icons/lucide-icons';
export * from './lib/lucide-angular.component'; export * from './lib/lucide-angular.component';
export * from './lib/lucide-angular.module'; export * from './lib/lucide-angular.module';
export * from './lib/lucide-icon.config'; export * from './lib/lucide-icon.config';
export * from './lib/lucide-icon.provider';
export * from './icons/lucide-icons'; export * from './icons/lucide-icons';
export { icons }; export { icons };