Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Remove usage of private angular core API #402

Closed
@ThomasBurleson

Description

@ThomasBurleson

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.

Metadata

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