Skip to content

Instantly share code, notes, and snippets.

@wKoza
Last active October 29, 2016 08:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wKoza/7b7abf7bc85e7acd1df709d0b344b4fa to your computer and use it in GitHub Desktop.
Save wKoza/7b7abf7bc85e7acd1df709d0b344b4fa to your computer and use it in GitHub Desktop.
import { Component } from '@angular/core';
@Component({
selector: 'mon-application',
template: '<h1>{{message}}</h1>',
})
export class AppComponent {
message = 'Un component assez simple';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment