ApplicationInstance.BootOptions#shouldRender

shouldRenderbooleanpublic

Defined in packages/ember-application/lib/system/application-instance.js:376

Disable rendering completely.

When this flag is set to true, it will disable the entire rendering pipeline. Essentially, this puts the app into "routing-only" mode. No templates will be rendered, and no Components will be created.

Default: true

doc_EmberJs
2016-11-30 16:48:31
Comments
Leave a Comment

Please login to continue.