Skip to content

Commit 93e2928

Browse files
committed
chore: bump packages versions
1 parent d4c5c02 commit 93e2928

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+8437
-4506
lines changed

β€Žapps/mc-web/src/app/app-routing.module.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const routes: Routes = [
1717

1818
@NgModule({
1919
imports: [
20-
RouterModule.forRoot(routes, { initialNavigation: true })
20+
RouterModule.forRoot(routes)
2121
],
2222
exports: [
2323
RouterModule

β€Žapps/mc-web/src/app/app.module.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
55
import { StateLayoutModule } from '@libs/store/layout';
66
import { StoreRootModule } from '@libs/store/root';
77
import { StoreDevtoolsModule } from '@ngrx/store-devtools';
8-
import { McNavbarModule } from '@ptsecurity/mosaic';
8+
import { McNavbarModule } from '@ptsecurity/mosaic/navbar';
99

1010
import { environment } from '../environments/environment';
1111

Binary file not shown.
Binary file not shown.
Binary file not shown.
-88 KB
Binary file not shown.
-96.6 KB
Binary file not shown.
-87.1 KB
Binary file not shown.
-92.2 KB
Binary file not shown.
30 KB
Binary file not shown.

0 commit comments

Comments
Β (0)