Top "Angular8" questions

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

How to solve error in HostResourceResolver?

ERROR in HostResourceResolver: could not resolve styles.css in context of C:/Users/shema/Desktop/angular/RP/ResourcePlanning/src/app/…

angular angular8
How can I use jQuery in an Angular 8 app?

I have an application that utilizes SignalR to communicate with a desktop application. To utilize SignalR I need to use …

javascript node.js angular typescript angular8
Access to XMLHttpRequest at 'http://localhost:8080 from origin 'http://localhost:4200' has been blocked by CORS policy

This is the method from my component: onDelete(s) { const conf = confirm('etes vous sur'); if (conf) { console.log(s._…

angular spring-boot rest angular8 cross-origin-read-blocking
How to implement behavior subject using service in Angular 8

I'm new to Angular and I'm having an issue. I'm creating an app with several sibling components. When I update …

angular typescript httpclient angular8 behaviorsubject
Cannot read property 'native-element' of undefined Angular 8

after my angular application versions upgrade from angular 7 to angular 8 i run into a complication problem with rows like this …

angular viewchild angular8
How to reload or refresh only child component in Angular 8

I have two components, One parent and Other Child. HTML Part <div> <div class="row col-md-12"> &…

angular angular6 angular5 angular7 angular8
Why does Angular 8 recommend Node 12?

Updating from Angular 7.2 to 8.0 the guide at https://update.angular.io/ says to "make sure you are using Node 12 or …

node.js angular8
NgRX effects - Type 'Observable<unknown>' is not assignable to type 'Observable<Action>'

While working with NgRX 8 my colleagues and me are frequently facing a weird error message when implementing the effects. Type …

angular typescript ngrx angular8
How to select only year on mat-datepicker

I'm developing an application with angular 8 in which I have an input that contains only year number. I have used …

angular-material angular8 mat-datepicker