Skip to content

Commit

Permalink
chore(AppMetadata): add config to AppMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
tlancina committed Feb 15, 2016
1 parent e26092c commit 84cf9ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ionic/decorators/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export interface AppMetadata {
styles?: string[];
changeDetection?: ChangeDetectionStrategy;
encapsulation?: ViewEncapsulation;
config?: any;
}

/**
Expand Down

0 comments on commit 84cf9ce

Please sign in to comment.