Closed ashokpadala1 closed 1 year ago
Angular 9 is no longer supported. See: https://angular.io/guide/releases#actively-supported-versions for more information.
Please update to a more recent version. If the problem persists please file a new issue with a minimal reproduction.
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
Command
serve
Is this a regression?
The previous version in which this bug was not present was
No response
Description
Angular9 application loading my app twice on the first load. Here is my app module which has only one component in the app routing. RouterModule.forRoot([ { path: '', component: HomeComponent, canActivate: [AuthenticationGuard] } ]),
Minimal Reproduction
App a simple component inside the app module.ts try calling load it in the router outlet along with header div along with router outlet
Exception or Error
No response
Your Environment
Anything else relevant?
No response