Just curious, can I declare a map of string to Class on container as a type?
wondering if this is okay lol
Solution:Jump to solution
yeah I figured if I used the container.configHandlers.get and it's undefined then I create & set it
3 Replies
Yea you can, but at one place you will have to initialise it before using it 🤔
Solution
yeah I figured if I used the container.configHandlers.get and it's undefined then I create & set it
Well then that solves your problem!