Top "Angular6" questions

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

angular 6 dependency injection

In the latest release of Angular 6, a service is registered in a module using the providedIn property in the service …

javascript angular typescript angular-cli angular6
How to add/set environment Angular 6 angular.json file

How to I specify the environment to use in Angular 6? The .angular-cli.json file seems to have changed to angular.…

angular angular6
Angular 6 ng lint combineLatest is deprecated

I recently updated from Angular 5 to Angular 6. I'm getting this warning combineLatest is deprecated: resultSelector no longer supported, pipe to …

angular rxjs angular6 tslint
Multiple application under single project in Angular 6

How to create multiple application under single project in Angular 6? In new angular.json file, there is no "app":[] array, …

angular angular-cli angular6
An angular-material-multilevel-menu for Angular 6?

I have tried to achieve a multilevel sidenav and I found this that meets my requirements: angular-material-multilevel-menu Demo - Note …

angular6 sidenav
How do I turn off source maps for Angular 6 ng test?

I am trying to turn off sourcemaps for my tests in Angular 6. I know the sourcemaps switch has been removed, …

angular angular6 angular-cli angular-cli-v6 angular-test
Cannot find module 'webpack' - Angular

I just migrated my project from angular v5.x to v6.x and now when I try to start it …

angular webpack angular-cli angular6
Ionic 4 / Angular 6 : Nested child routes in tabs

I generated an app with the Ionic Tabs Component. Tabs are Deliveries, About and Contact. Then I generated a page …

angular typescript angular6 ionic4
[Angular-CLI-6]Could not determine single project for 'Serve' target

I have updated my angular-cli with the help of ng update @angular/cli command. After that, I have got an …

angular angular5 angular-cli angular6 angular-cli-v6
Angular 6 - Passing messages via service to from component to message component

I am trying out how to pass a message from app.component.ts to be displayed in messageComponent.ts on …

angular typescript angular6