Skip to content

Remove usage of private angular core API #402

Closed
@ThomasBurleson

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

P1Urgent issue that should be resolved before the next re-leasehas prA PR has been created to address this issue

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions