File

src/app/not-found/not-found.component.ts

Implements

OnInit

Metadata

selector color-not-found
styleUrls not-found.component.css
templateUrl ./not-found.component.html

Constructor

constructor()

Methods

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

@Component({
  selector: 'color-not-found',
  templateUrl: './not-found.component.html',
  styleUrls: ['./not-found.component.css']
})
export class NotFoundComponent implements OnInit {

  constructor() { }

  ngOnInit() {
  }

}
<p>
    Color not found!!!!!!!!!!!
</p>
Legend
Html element
Component
Html element with directive

results matching ""

    No results matching ""