mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
docs(demos): fix demos to have same class name and remove files that aren't needed anymore
references #5311
This commit is contained in:
@ -3,8 +3,7 @@ import {App, Platform} from 'ionic/ionic';
|
||||
@App({
|
||||
templateUrl: 'main.html'
|
||||
})
|
||||
|
||||
class DemoApp {
|
||||
class ApiDemoApp {
|
||||
constructor(platform: Platform) {
|
||||
this.platform = platform;
|
||||
this.pet = "puppies";
|
||||
|
Reference in New Issue
Block a user