Skip to content

Instantly share code, notes, and snippets.

@codemilli
Last active February 5, 2017 15:45
Show Gist options
  • Save codemilli/6b327ed8fdd5d32a56c35662fd8103a9 to your computer and use it in GitHub Desktop.
Save codemilli/6b327ed8fdd5d32a56c35662fd8103a9 to your computer and use it in GitHub Desktop.
import { Component } from '@angular/core';
@Component({
selector: 'sth',
template: `<h2> Hello {{ title }} </h2>`
})
export class TemplateTestComponent {
title: string = " Something ";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment