Angular containers and inheritance
I used to pass services to constructor of the component in the following way:
import {MyServiceA} from './myServiceA';
import {MyServiceB} from './myServiceB';
import {MyServiceC} from './myServiceC';
export class MyComponent {
constructor(
pr...
blog.mairo.eu2 min read