Icons doesn't work with SCAM #41
Unanswered
fstodulski
asked this question in
Q&A
Replies: 1 comment
-
As we wrote in the README, The only way it to define them in the component: MyComp {
constructor(registry: SvgIconRegistry) {
registry.register([expandAllIcon, collapseAllIcon]);
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am creating a UI Library based on mostly on your packages (spectator, svg-icon, akita, lib, helipoper).
I saw there is a problem with "SCAM" approach.
My Case:
When I import my icons with "forChild" component can't see then, therefore can't load them.
I have many reusable components, which use some set of predefined icons.
It it possible to have them accessible from Component's module, without importing them in ".forRoot()" ?
Beta Was this translation helpful? Give feedback.
All reactions