mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
docs(): remove all prodMode references
This commit is contained in:
@ -12,8 +12,6 @@ export class E2EPage {
|
|||||||
constructor(config: Config) {
|
constructor(config: Config) {
|
||||||
this.duration = '1000';
|
this.duration = '1000';
|
||||||
this.easing = 'ease-in-out';
|
this.easing = 'ease-in-out';
|
||||||
|
|
||||||
console.log('isProd', config.getBoolean('prodMode'));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
playGreen() {
|
playGreen() {
|
||||||
|
@ -60,9 +60,7 @@ export class E2EApp {
|
|||||||
E2EPage
|
E2EPage
|
||||||
],
|
],
|
||||||
imports: [
|
imports: [
|
||||||
IonicModule.forRoot(E2EApp, {
|
IonicModule.forRoot(E2EApp)
|
||||||
prodMode: true
|
|
||||||
})
|
|
||||||
],
|
],
|
||||||
bootstrap: [IonicApp],
|
bootstrap: [IonicApp],
|
||||||
entryComponents: [
|
entryComponents: [
|
||||||
|
@ -41,9 +41,7 @@ export class E2EApp {
|
|||||||
E2EPage
|
E2EPage
|
||||||
],
|
],
|
||||||
imports: [
|
imports: [
|
||||||
IonicModule.forRoot(E2EApp, {
|
IonicModule.forRoot(E2EApp)
|
||||||
prodMode: true
|
|
||||||
})
|
|
||||||
],
|
],
|
||||||
bootstrap: [IonicApp],
|
bootstrap: [IonicApp],
|
||||||
entryComponents: [
|
entryComponents: [
|
||||||
|
@ -87,9 +87,7 @@ export class E2EApp {
|
|||||||
E2EPage
|
E2EPage
|
||||||
],
|
],
|
||||||
imports: [
|
imports: [
|
||||||
IonicModule.forRoot(E2EApp, {
|
IonicModule.forRoot(E2EApp)
|
||||||
prodMode: true
|
|
||||||
})
|
|
||||||
],
|
],
|
||||||
bootstrap: [IonicApp],
|
bootstrap: [IonicApp],
|
||||||
entryComponents: [
|
entryComponents: [
|
||||||
|
@ -60,9 +60,7 @@ export class E2EApp {
|
|||||||
E2EPage
|
E2EPage
|
||||||
],
|
],
|
||||||
imports: [
|
imports: [
|
||||||
IonicModule.forRoot(E2EApp, {
|
IonicModule.forRoot(E2EApp)
|
||||||
prodMode: true
|
|
||||||
})
|
|
||||||
],
|
],
|
||||||
bootstrap: [IonicApp],
|
bootstrap: [IonicApp],
|
||||||
entryComponents: [
|
entryComponents: [
|
||||||
|
@ -45,9 +45,7 @@ export class E2EApp {
|
|||||||
E2EPage
|
E2EPage
|
||||||
],
|
],
|
||||||
imports: [
|
imports: [
|
||||||
IonicModule.forRoot(E2EApp, {
|
IonicModule.forRoot(E2EApp)
|
||||||
prodMode: true
|
|
||||||
})
|
|
||||||
],
|
],
|
||||||
bootstrap: [IonicApp],
|
bootstrap: [IonicApp],
|
||||||
entryComponents: [
|
entryComponents: [
|
||||||
|
Reference in New Issue
Block a user