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

The initial implementation of the Vite Plugin for Angular builds on the POC done by the browser builder for `esbuild` in the Angular CLI. This doesn't take into account for...

### Which scope/s are relevant/related to the feature request? create-analog ### Information Add angular-v15 template application when using `yarn create analog` ### Describe any alternatives/workarounds you're currently using _No response_...

enhancement

- Add the `@analogjs/router` to the `package.json` dependencies - Add the `provideFileRouter()` to the `bootstrapApplication` providers - Add the `RouterOutlet` import and `router-outlet` to the AppComponent template

The Analog packages are versioned independently and this would automate the versioning and release of each package based on most recent commits. Not sure if this would also include generating...

### Which scope/s are relevant/related to the feature request? vite-plugin-angular ### Information Angular Material uses custom `sass` and `style` properties in the `package.json` exports. When using the imports from Angular...

enhancement

### Which scope/s are relevant/related to the feature request? astro-angular ### Information Currently, you can only use component-level providers, and do not have access to pass environment-level providers when rendering...

enhancement

### Which scope/s are relevant/related to the feature request? Don't known / other ### Information In most cases, when building Angular components, there are some directives/pipes that you end up...

enhancement

### Please provide the environment you discovered this bug in. Local development ### Which area/package is the issue in? vite-plugin-angular ### Description Setting breakpoints in Chrome isn't working correctly, and...