Hello.
Trying razobratsa in
the code and don't quite understand what it means
export class DashboardUsersComponent extends AbstractDashboardCard implements OnInit { constructor(private injector: Injector) { super(injector.get(DashboardCard.metadata.NAME), injector.get(DashboardCard.metadata.ROUTERLINK), injector.get(DashboardCard.metadata.ICONCLASS), injector.get(DashboardCard.metadata.COLS), injector.get(DashboardCard.metadata.ROWS), injector.get(DashboardCard.metadata.COLOR)); }
In this case, gives us this inheritance of this abstract class? What is it? what you can do in the future with this ?