1.0.0 • Published 8 years ago

mr-angular-pages v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

mr-angular-pages

Requirements

  • a fetch() polyfill. (like npm:whatwg-fetch)

Getting started

import {Inject} from 'npm:fd-angular-core';
import {Page} from 'npm:mr-angular-pages';

@Page({
  template: `<p>{{ app.message }}</p>`
  children: [
    // Regular child states go here.
  ]
})
class HomePage extends BasicPage {

  constructor() {
    // Summary is available here:
    //   this.title, etc...
  }

  activate() {
    // Details are available here
  }

  someAction($event) {
    // perform some action here
  }

  get someData() {
    // calculated property
  }

}
1.0.0

8 years ago

0.2.0

8 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago