File

src/app/auth/auth.component.ts

Implements

OnInit

Metadata

selector crm-auth
styleUrls auth.component.scss
templateUrl ./auth.component.html

Index

Methods

Constructor

constructor()

Methods

ngOnInit
ngOnInit()
Returns : void
import { Component, OnInit } from '@angular/core';

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

  constructor() { }

  ngOnInit() {
  }

}
Legend
Html element
Component
Html element with directive

results matching ""

    No results matching ""