1.0.0 • Published 9 years ago

mr-angular-pages v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 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

9 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago