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

### **Please provide the environment you discovered this bug in.** Tsconfig: ``` { "extends": "./tsconfig.json", "compileOnSave": false, "compilerOptions": { "baseUrl": "./", "outDir": "./dist/out-tsc", "forceConsistentCasingInFileNames": true, "strict": true, "noImplicitOverride": true, "noPropertyAccessFromIndexSignature":...

bug

### Please provide the environment you discovered this bug in. Our companies own app, but I bet an Ionic full feature starter (e.g. "my-first-app") will produce the same error. ###...

bug

### Which scope/s are relevant/related to the feature request? astro-angular ### Information Unable to render child elements in Angular components using Button component that I want to render children inside...

enhancement

exits install with the following error : /Users/tylermorrow/.yarn/berry/cache/create-analog-npm-0.1.9-5e311e5024-7.zip/node_modules/create-analog/index.js:4 import fs from 'node:fs'; ^^^^^^ SyntaxError: Cannot use import statement outside a module at Object.compileFunction (node:vm:352:18) at wrapSafe (node:internal/modules/cjs/loader:1031:15) at Module._compile (node:internal/modules/cjs/loader:1065:27)...

bug

I noticed that there were no docs for using the `.analog` extension. This PR adds in initial documentation for the Analog SFC format. It denotes the extension as being experimental,...

### Which scope/s are relevant/related to the feature request? Analog ### Information The Angular Language Service currently does not natively support .ng format files. As developers working with Angular, the...

enhancement

### Which scope/s are relevant/related to the feature request? create-analog ### Information Hear me out. This would be amazing. Imagine creating the DOM on the server and rendering the HTML...

enhancement

### Which scope/s are relevant/related to the feature request? Don't know / other ### Information I have a private package on my registry, that exports an angular directive which looks...

enhancement

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/analogjs/analog/blob/main/CONTRIBUTING.md#-commit-message-guidelines - [x] Tests for the changes have been added...