analog icon indicating copy to clipboard operation
analog copied to clipboard

The fullstack meta-framework for Angular. Powered by Vite and Nitro

Results 95 analog issues
Sort by recently updated
recently updated
newest added

Relates to #14 Added the performance changes to the `@analogjs/vite-plugin-angular-optimizer` and `@analogjs/vite-plugin-angular` `transform` methods.

Update the color for the header to match on lite/dark modes. The red should be the one used in the light mode on both. That being said, the red has...

Vite has built-in support for SSR https://vitejs.dev/guide/ssr.html This application could serve as the starting point for using Analog applications with SSR, and a baseline for future support of api/server routes.

### Initial Requirements - API routes are defined as TypeScript files as part of the source code that is only executed on the server. - They could live under `src/pages/api`...

Vite uses HMR to enable refreshing the app without reloading the whole page. Vite uses HMR closest to the code that accepts HMR. Angular has some support for this but...

Right now there's 2 plugins - A plugin for transforming files - This plugin also handles deps optimization - A build-only plugin for optimizing Suggest splitting these into 3 plugins...

Keep it lightweight for now

good first issue
accepting PRs

There are multiple options here, but the goal is to define a "routes" folder where each file is a route and you can build a nested hierarchy of routes based...

Adds checks to see if babel transform is needed https://github.com/angular/angular-cli/pull/23682

### Initial Requirements - Developers will primarily build server-rendered apps - After initial render, the client-side app takes over routing - Also want the ability to statically generate pages of...