File

src/helloWorld.component.ts

Metadata

selector v-hello-world
template Hello world from the {{ projectTitle }} module!

Properties

projectTitle
projectTitle: string
Default value: ng2 custom validation
import { Component } from '@angular/core';

@Component({
  selector: 'v-hello-world',
  template: 'Hello world from the {{ projectTitle }} module!'
})
export class HelloWorldComponent {
  projectTitle: string = 'ng2 custom validation';
}

results matching ""

    No results matching ""