Skip to content

Instantly share code, notes, and snippets.

@steph-crown
Created December 10, 2024 21:44
Show Gist options
  • Select an option

  • Save steph-crown/40840e2e8d85f9caf80cceba055becdc to your computer and use it in GitHub Desktop.

Select an option

Save steph-crown/40840e2e8d85f9caf80cceba055becdc to your computer and use it in GitHub Desktop.
import { Routes } from '@angular/router';
import { MemoryLeakComponent } from './memory-leak.component';
export const routes: Routes = [
{ path: 'memory-leak', component: MemoryLeakComponent },
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment