vite-plugin-angular
vite-plugin-angular copied to clipboard
Vite plugin for Angular, using esbuild and SWC
Hi, I'm not fully sure this is a vite-plugin-angular issue, but I have to start somewhere. Given the following template: https://github.com/cskiwi/angular-nestjs-vite If you'd move the `GraphQLModule` from `src/app/main.ts` to the...
Adding a new component to the material example throws the following error ``` ERROR Error: Component 'TestComponent' is not resolved: - styleUrl: ./test.component.scss Did you run and wait for 'resolveComponentResources()'?...
Hi, I was wondering, is there any SSG / prerender support? I see it on some places popup, but I couldn't find any configuration in the `vite-plugin-angular` package. Greetings Glenn
`npm build` (which call inside `tsc && vite build`) generated html and JS bundle. But that JS bundle contains not much. Actually here is example content of such bundle: `(function(){const...