Custom template CallbackComponent or inherit is possible?

Hi,

[ okta/okta-angular: 2.0.0, okta/okta-auth-js: 3.0.0 ]

is there a way to create my own template of okta callback component ?
For example: on implicit/callback there is a message in div :
“AuthSdkError: Unable to parse a token from the url”

but i would like add button to redirect to a route and modify css (for example)

Is it possible to change template ? or inherit OktaCallbackComponent ?

@nlas, did you find a solution on this please?