File

src/app/shield/landing/landing.component.ts

Implements

OnInit

Metadata

selector app-landing
styleUrls ./landing.component.scss
templateUrl ./landing.component.html

Index

Methods

Constructor

constructor()

Methods

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

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

  constructor() { }

  ngOnInit() {
  }

}
<p>
  landing works!
</p>

./landing.component.scss

Legend
Html element
Component
Html element with directive

result-matching ""

    No results matching ""