chore(angular): use generated proxy declarations (#25728)

This commit is contained in:
Sean Perkins
2022-08-10 23:12:55 -04:00
committed by GitHub
parent ae3cf144a6
commit 2ddaf7a5a2
5 changed files with 14 additions and 166 deletions

View File

@ -1,4 +1,3 @@
import * as d from './proxies';
export const DIRECTIVES = [
@ -77,5 +76,5 @@ export const DIRECTIVES = [
d.IonThumbnail,
d.IonTitle,
d.IonToggle,
d.IonToolbar
d.IonToolbar,
];