Closed
Description
Current code uses imports and code such as:
import {ɵgetDOM as getDom} from '@angular/platform-browser';
return getDom().getStyle(element, styleName);
This is a private API. Replace this will solution similar to that used in @angular/material.
Activity