dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_SocialLoginModule cluster_SocialLoginModule_providers AuthService AuthService SocialLoginModule SocialLoginModule AuthService->SocialLoginModule

File

src/auth.module.ts

Providers

import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { AuthService } from './auth.service';

@NgModule({
  imports: [
    CommonModule
  ],
  providers: [
    AuthService
  ]
})

export class SocialLoginModule {
}

results matching ""

    No results matching ""