Top "Angular5" questions

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

How to update / upgrade from Angular 4 to Angular 5+

I need to update my project from Angular 4 to Angular 5+ , I need to change all following dependencies to Angular 5+. I …

angular updates angular5
When upgrading Angular 5 to 6, I get incompatible peer dependency (using ng update @angular/core)

I am trying to update my Angular app from v5 to v6 following this guide. I have ran all these …

angular npm angular5 angular6
Catch error in combined pipe of lettable rxjs operators

We've just upgraded one of our applications to Angular 5, and started to transition into lettable operators as introduced in rxjs …

angular rxjs ngrx-store ngrx-effects angular5
Load new modules dynamically in run-time with Angular CLI & Angular 5

Currently I'm working on a project which is being hosted on a clients server. For new 'modules' there is no …

javascript angular webpack angular-cli angular5
'mat-toolbar' is not a known element - Angular 5

I have created a new project, and I am trying to add angular-material. I have created material.module.ts in …

angular-material angular5
ng generate component in subdirectory

I have the following directory structure I would like to create a new page, let's say, an About page. I …

angular-cli angular5 ng-generate
How to use ActivatedRoute in Angular 5?

I am trying to do exactly the same thing as in this post: Angular 4 get queryString I am using Angular 5.2.5. …

angular5 query-string angular-activatedroute
Angular5 - TypeError: Cannot read property 'template' of undefined

I have added EDIT, DELETE and DETAILS buttons to each row in mat-table using Angular [email protected]. All buttons are …

angular angular-material angular-material2 angular5
angular 5 template forms detect change of form validity status

are reactive forms the way to go in order to have a component that can listen for changes in the …

angular forms angular5 angular-reactive-forms angular-forms
How to change page title with routing in Angular application?

Is there any npm module/ other way like React-Helmet that allows us to change page title as we route through …

angular angular5