Skip to content

Commit

Permalink
refacror(docs): overhaul examples
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfriesen committed Jun 3, 2024
1 parent 966b884 commit 2a48fa2
Show file tree
Hide file tree
Showing 39 changed files with 921 additions and 1,096 deletions.
5 changes: 0 additions & 5 deletions projects/demo/src/app/app.routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,4 @@ export const routes: Routes = [
loadComponent: () =>
import('./components/demo/demo.component').then((m) => m.DemoComponent),
},
{
path: 'test',
loadComponent: () =>
import('./components/test/test.component').then((m) => m.TestComponent),
},
];
Loading

0 comments on commit 2a48fa2

Please sign in to comment.