File

src/app/crm/customer-common/customer-common.component.ts

Implements

OnInit

Metadata

selector app-customer-common
styleUrls ./customer-common.component.scss
templateUrl ./customer-common.component.html

Index

Methods

Constructor

constructor()

Methods

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

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

  constructor() { }

  ngOnInit() {
  }

}
<p>
  customer-common works!
</p>

./customer-common.component.scss

Legend
Html element
Component
Html element with directive

result-matching ""

    No results matching ""