You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the latest release, Angular warns us about the deprecation of the element.
The exact message being:
The ‹template› element is deprecated. Use ‹ng-template› instead ("[WARNING -›]‹template›‹div class="mat-autocomplete-panel" role="listbox" [id]="id" [ngClass]="_getClassList()" #p"): ng:///MdAutocompleteModule/MdAutocomplete.html@0:0
The text was updated successfully, but these errors were encountered:
Bug, feature request, or proposal:
Proposal:
Replace ‹template› element with ‹ng-template›
Which versions of Angular, Material, OS, browsers are affected?
Is there anything else we should know?
In the latest release, Angular warns us about the deprecation of the element.
The exact message being:
The text was updated successfully, but these errors were encountered: