Top "Angular6" questions

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

Angular Material Flex-layout when using fxFlex with mat-form-field, the element does not appear in Internet explorer 11

I am using Angular 6 with Material 6 & flex-layout 6-beta , I am currently facing a strange issue, the form fields that …

angular compatibility angular-material2 angular6 angular-flex-layout
angular cli 6, ng test not working

I have just updated my angular project to angular 6. ng build and ng serve work, but when I run my …

angular angular-cli angular6
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
Material grid list in Material grid tile possible (nested grids)?

I guess, it is not allowed to put a material grid in a material grid (nesting grids)? Can someone please …

material-design angular6 angular-material-6
Angular 6: How to install a previous version of Angular project

How I can install a previous version of Angular project with the current Angular-cli version (Angular 6). I found a command …

angular angular5 angular6 angular-cli-v6
RXJS6 Upgrade: ErrorObservable has no exported member 'ErrorObservable'

I have upgraded my Angular 5 app to 6.0.1 and RxJs to 6.1.0. In one of my services, I have the import below: …

angular angular6 rxjs6
2 Way data binding not working in ng-select Angular 6

I am using ng-select in my application. My component class is export class ExampleComponent { selectedCoursesList: Course[] = []; courseList: any[] = []; removeCourse( course: …

angular angular6 2-way-object-databinding
How to target an HTML element using rxjs fromEvent in Angular 6

Issue I have used ngrx fromEvent operator to create an Observable from 2 input text fields, I have used document as …

angular rxjs angular6 rxjs6
After updating from Angular 5 to 6 I keep getting the error: can't resolve timers in xml2js

Like the title say, I keep on getting this weird error. I also tried uninstalling it by using npm uninstall …

angular npm angular5 angular6 xml2js
Patchvalue with null object

I am using Angular 6 and I am trying to perform patchValue to populate my form with data from an observable …

angular typescript angular6 angular-reactive-forms angular-observable