Top "Angular7" questions

Questions about Angular version 7, the web framework from Google.

Ngx translate with shared/lazy loading modules

Probably one of the most common questions, while the documentation and some other questions I found try to clear up …

angular lazy-loading angular7 ngx-translate
CORS policy don't want to work with SignalR and ASP.NET core

I have a problem with my ASP.NET core API and my Angular Client. I want to implement SignalR to …

angular asp.net-core cors signalr angular7
Angular Library Route Module does not work when imported in application

I need a help about an issue that I cannot solve. I'm studying angular 7 library in order to add modularization …

angular angular7 angular-router angular-library
Angular 7 - ControlValueAccessor - Trim input values that are binded to a form

We have a input field on a web page that must be trimmed at the same time as the user …

angular angular7 controlvalueaccessor
I have an error (The Schematic workflow failed) in Angular 7

I installed angular 7 in my windows 10 and the version of my configurations are : Node : v11.8.0 npm : 6.7.0 Angular CLI: 7.2.3 Node: 11.8.0 OS: …

angular angular6 angular7 angular6-json-schema-form
Angular API fatal error handler returned after process out of memory

I'm deploying angular 7 app to Azure, an error API fatal error handler returned after process out of memory is appear …

node.js angular azure angular7 ng-build
Angular 7 FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory

My project is big. In the last build I added big chunk of new functionality. Building process giving me this …

angular angular-cli angular7 ng-build
error TS2322: Type 'void' is not assignable to type 'Promise<void> | JQueryPromise<void>'

I am using a remove method to emit a value to store. But getting an error as error TS2322: Type …

angular angular7 typescript-typings devextreme-angular
Angular Material: mat-select default value when using reactive forms

I created a form using reactive forms and angular material mat-select which I use to create an object called "core". …

angular angular-material angular7 reactive-forms