-
-
Does this package integrate with [Angular Language service](https://github.com/angular/vscode-ng-language-service)? Or any plans to do so?
Thanks.
-
in production build I get the error saying Cannot find module electron-log/main when I start the application
![image](https://github.com/user-attachments/assets/91b11c6e-b806-4e92-b939-8bae00c89d91…
-
### Description
I'm using algolia search in my Angular 18 application. Normally it works without any issue in the development mode.
But if I build the application in the production mode with optimiz…
-
**Description and reproduction of the issue**
```JSON
{
"rules": {
"@angular-eslint/template/prefer-self-closing-tags": ["error"]
}
}
```
```HTML
```
…
-
Add support for [TypeScript Language Service API](https://github.com/Microsoft/TypeScript/wiki/Using-the-Language-Service-API)
so that
[Angular Language Service](https://next.angular.io/guide/la…
-
Replace history push with $location.set in html 5 mode.
This should obviate the need for setTimeout.
See https://docs.angularjs.org/guide/$location
-
### Child issue of #977
> - [ ] js/config/imperial.js (has been mostly rewritten into useImperialConfig.ts anyway)
In looking at the 2 files:
- https://github.com/e-mission/e-mission-phone/blob/m…
-
I am using this library in my angular service, to render the gauge chart.
I have this function in my service:
this.setup = function() {
var opts = {
angle: 0.15, // The span…
-
# 🚀 feature request
### Description
In angular it is possible to use SVG as template: https://angular.dev/guide/templates/svg-in-templates.
But currently when having a function binding in the tem…