Top "Angular6" questions

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

Could not find module "@angular-devkit/build-angular"

After updating to Angular 6.0.1, I get the following error on ng serve: Could not find module "@angular-devkit/build-angular" from "/home/…

angular angular-cli angular6 angular-cli-v6
Angular - "has no exported member 'Observable'"

Typescript code: import { Injectable } from '@angular/core'; import { Observable } from 'rxjs/Observable'; import { of } from 'rxjs/observable/of'; import { …

angular typescript rxjs angular6 rxjs6
Errors: Data path ".builders['app-shell']" should have required property 'class'

I am getting this error while running my application. Here are the details of my application. Angular CLI: 7.3.3 Node: 10.15.1 Angular: 7.2.7 @…

angular6 angular7
Angular 6 Material mat-select change method removed

In Angular Material Design 6, the (change) method was removed. I cant find how to replace the change method to execute …

angular angular6
Angular-cli from css to scss

I've read the documentation, which says that if I want to use scss I have to run the following command: …

css angular sass angular6 angular-cli
How to set environment via `ng serve` in Angular 6

I am trying to update my Angular 5.2 app to Angular 6. I successfully followed instructions in the Angular update guide (including …

angular angular6 angular-cli
Http post and get request in angular 6

In angular 5.2.x for http get and post I had this code: post(url: string, model: any): Observable<boolean&…

httprequest observable angular6
How to pass multiple parameter to @Directives (@Components) in Angular with TypeScript?

Since I've created @Directive as SelectableDirective, I'm little bit confused, about how to pass more than one value to the …

javascript angular typescript angular6
The NPM script 'start' exited without indicating that the Angular CLI was listening for requests

I'm attempting to start an .NET Core 2/Angular 6 SPA. I created an Angular 5 Application using "dotnet new angular" then proceeded …

angular .net-core angular6
Angular 6 Downloading file from rest api

I have my REST API where I put my pdf file, now I want my angular app to download it …

rest typescript angular6