Skip to content

Commit

Permalink
chore: add note to config flag
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Jan 1, 2024
1 parent a6a8627 commit 7d3c429
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vite-plugin-angular/src/lib/angular-vite-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ export interface PluginOptions {
tsTransformers?: ts.CustomTransformers;
};
experimental?: {
/**
* Enable experimental support for .ng file format! Use as your own risk!
*/
dangerouslySupportNgFormat?: boolean;
};
supportedBrowsers?: string[];
Expand Down

0 comments on commit 7d3c429

Please sign in to comment.