Skip to content

Commit 84cf9ce

Browse files
committed
chore(AppMetadata): add config to AppMetadata
1 parent e26092c commit 84cf9ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ionic/decorators/app.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export interface AppMetadata {
3030
styles?: string[];
3131
changeDetection?: ChangeDetectionStrategy;
3232
encapsulation?: ViewEncapsulation;
33+
config?: any;
3334
}
3435

3536
/**

0 commit comments

Comments
 (0)