We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7099c01 commit a91159aCopy full SHA for a91159a
projects/angular-test-app/src/app/routes.ts
@@ -1,7 +1,7 @@
1
import { Routes } from '@angular/router';
2
import { FullPortalComponent } from './_samples/full-portal/full-portal.component';
3
-import { NavigationComponent } from './_samples/simple-portal/navigation/navigation.component';
4
import { EmbeddedComponent } from './_samples/embedded/embedded.component';
+import { NavigationComponent } from './_samples/simple-portal/navigation/navigation.component';
5
import { endpoints } from '../../../../packages/angular-sdk-components/src/lib/_services/endpoints';
6
7
// Adding path to remove "Cannot match routes" error at launch
0 commit comments