mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
refactor(demos): forms and input
This commit is contained in:
12
demos/component-docs/inputs/range/pages.ts
Normal file
12
demos/component-docs/inputs/range/pages.ts
Normal file
@ -0,0 +1,12 @@
|
||||
import {Page} from 'ionic/ionic';
|
||||
import {forwardRef} from 'angular2/angular2';
|
||||
import {AndroidAttribute} from '../../helpers';
|
||||
|
||||
@Page({
|
||||
templateUrl: 'inputs/range/template.html',
|
||||
directives: [forwardRef(() => helpers.AndroidAttribute)]
|
||||
})
|
||||
export class RangePage{
|
||||
constructor() {
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user