File

src/app/auth/auth.component.ts

Metadata

selector app-auth
styleUrls auth.component.scss
templateUrl auth.component.html

Constructor

constructor(auth: AuthService)

Properties

auth
auth: AuthService
import { Component, OnInit } from '@angular/core';
import { AuthService } from '../_services/auth.service';

@Component({
  selector: 'app-auth',
  templateUrl: './auth.component.html',
  styleUrls: ['./auth.component.scss']
})
export class AuthComponent implements OnInit {

  constructor(public auth: AuthService) { }

  ngOnInit() {
  }

}

results matching ""

    No results matching ""