DigitMagazine

Example 2 - external template specification

Dec 17th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. import {Component} from 'angular2/core'
  2. @Component({
  3. selector: 'digit',
  4. templateUrl: 'src/app.html'
  5. })
  6. export class App {
  7. constructor(){
  8. this.name = 'Inline',
  9. }
  10.  
  11. }
Add Comment
Please, Sign In to add comment