#angularjs
Read more stories on Hashnode
Articles with this tag
I used to pass services to constructor of the component in the following way: import {MyServiceA} from './myServiceA'; import {MyServiceB} from...