-
Notifications
You must be signed in to change notification settings - Fork 148
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Building mcp apps with current examples setup is not smooth using angular as it doesn't have setting to bundle app into single file and there is not possibility to extend build settings with vite plugins as it is done for other frameworks
Describe the solution you'd like
Easy to understand example to build mcp apps with angular
Describe alternatives you've considered
One of possible ways is to make postbuild script which will inline .js and .css files to generated index.html .
One more is to use AnalogJS, Angular meta framework with viteSingleFile add-on, but still it is not Angular native solution.
I believe there is better way to do it.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request