Component mixins provide
Opened this issue · 0 comments
Makkalay commented
How to do that
@Component({
mixins: [{
provide: {
[key]: do some things
}
}]
})
Opened this issue · 0 comments
How to do that
@Component({
mixins: [{
provide: {
[key]: do some things
}
}]
})