Hey, is there any way to resolve one component as default component and second component as named component? Default - without providing anything, and custom - providing it's name like other components? Simple declaring one component wothout name and one with, doesn't work for me. These two components share the same interface. Thanks for help
t
tapchicoma
09/05/2018, 6:34 AM
I think there is no such way. You have to define names for both dependencies that have same interface.
h
Hiosdra
09/05/2018, 6:37 AM
;(
a
arnaud.giuliani
09/05/2018, 7:08 AM
in last 1.0.0-RC-2, components are named by default
🤔 1
h
Hiosdra
09/05/2018, 8:08 AM
Thx
a
arnaud.giuliani
09/05/2018, 2:53 PM
if you want, you can still give a name, else it gives a name path+class name