[AngularJS] Angular 9: Can't resolve all parameters for AuthService: (?)

2020-04-06 Thread Frijx Frijx
import { BrowserModule } from '@angular/platform-browser'; import { HttpClientModule } from '@angular/common/http'; import { NgModule } from '@angular/core'; import { AppRoutingModule } from './app-routing.module'; import { AppComponent } from './app.component'; import { GoogleLoginProvider,

[AngularJS] Convert Angular $http post to async

2016-07-26 Thread Frijx Frijx
Hi all, I'm trying to convert the following post to async, I dont know if anyone could possibly help me ? angular.module('testAsync').controller('ContactController', function ($scope , $http) { $scope.sendMail = function () { document.getElementById("info").innerHTML = "Sending,