MCQs > Website Designing & Development > Ionic Framework >

Which code below will add a custom page transition on ionic 2?

Ionic Framework MCQs

Which code below will add a custom page transition on ionic 2?

Answer

Correct Answer: import { Config } from 'ionic-angular'; @NgModule({}) class AppModule { constructor(private config: Config) { this.config.setTransition('fade-transition', FadeTransition); } }

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Ionic Framework Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

More Ionic Framework MCQ Questions

search

Ionic Framework Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it