Skip to content

Instantly share code, notes, and snippets.

@MarkTechson
Created October 17, 2022 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarkTechson/7f154a08d661fede346057dbdf790572 to your computer and use it in GitHub Desktop.
Save MarkTechson/7f154a08d661fede346057dbdf790572 to your computer and use it in GitHub Desktop.
Advancements in the Angular Router Code Example 1
// Bootstrap the main application component with routing capabilities
const appRoutes: Routes = […];
bootstrapApplication(AppComponent, {
providers: [
provideRouter(appRoutes),
]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment