Skip to content

Commit 2061a7b

Browse files
committed
chore(angular): update app-routing.module
1 parent 9fe7c7b commit 2061a7b

File tree

6 files changed

+1
-51
lines changed

6 files changed

+1
-51
lines changed

packages/angular/test/apps/ng16/src/app/app-routing.module.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/angular/test/apps/ng17/src/app/app-routing.module.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/angular/test/apps/ng18/src/app/app-routing.module.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/angular/test/apps/ng19/src/app/app-routing.module.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/angular/test/apps/ng20/src/app/app-routing.module.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/angular/test/base/src/app/app-routing.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { RouterModule } from '@angular/router';
44
import { routes } from './app.routes';
55

66
@NgModule({
7-
imports: [RouterModule.forRoot(routes)],
7+
imports: [RouterModule.forRoot(routes, { bindToComponentInputs: true })],
88
exports: [RouterModule]
99
})
1010
export class AppRoutingModule { }

0 commit comments

Comments
 (0)