mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
docs(demos): fix circular dependency
This commit is contained in:
@ -1,7 +1,10 @@
|
||||
import {Page} from 'ionic/ionic';
|
||||
import {forwardRef} from 'angular2/angular2';
|
||||
import {AndroidAttribute} from '../helpers';
|
||||
|
||||
@Page({
|
||||
templateUrl: 'slides/slides.html',
|
||||
directives: [forwardRef(() => AndroidAttribute)]
|
||||
})
|
||||
export class SlidesPage {
|
||||
constructor() {
|
||||
|
Reference in New Issue
Block a user