Created
October 1, 2020 15:13
-
-
Save Kureev/302d12929b34c22b484cd2f3c851727f to your computer and use it in GitHub Desktop.
How to initialize Flex with an `errorPage`
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Flex | |
.provideLoginInfo(configuration, "#container") | |
.then(() => Flex.Manager.create(configuration)) | |
.then(manager => { /* use manager here */ }) | |
.catch(error => Flex.errorPage(error, "#container")); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment