I have appCmponent.ts :
@Routes([
{path: '/login', component: LoginComponent},
{path: '/home', component: HomeComponent},
{path: '/graph', component: GraphComponent},
])
What if i don't want to load GraphComponent and I just want to load html file with inside. Is it possible?
No, you need to wrap your HTML in a component. There is no way around.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With