X Tutup
Skip to content

RouteConfig: Non Existing Components Issue #3265

@tbragaf

Description

@tbragaf

Hi all!

Just a quick pain I came across:
In Route Config, if we Route a non existing component, no error is thrown.
In fact, the application doesn't even load:

@RouteConfig([
     new Route({ path: 'home', component: NonExistingComponent, as: 'home' })
])

Stay awesome,
Tiago Braga

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    X Tutup