File

src/hello-world.component.ts

Metadata

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

Properties

projectTitle
projectTitle: string
Default value: ngx-elasticlunr
import { Component } from '@angular/core';

@Component({
  selector: 'lunr-hello-world',
  template: 'Hello world from the {{ projectTitle }} module!'
})
export class HelloWorldComponent {
  projectTitle: string = 'ngx-elasticlunr';
}
Legend
Html element
Component
Html element with directive

results matching ""

    No results matching ""