Skip to content

Commit

Permalink
Merge pull request #527 from B-Simms/patch-1
Browse files Browse the repository at this point in the history
Update tutorial.md to fix code formatting
  • Loading branch information
manfredsteyer authored Jun 22, 2024
2 parents 27cb370 + c5c4f45 commit e63d5bd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions libs/mf/tutorial/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,8 @@ So far, we just hardcoded the URLs pointing to our Micro Frontends. However, in

2. Adjust the shell's `main.ts` (`projects/shell/src/main.ts`) as follows:

```typescript
import { loadManifest } from '@angular-architects/module-federation';
```
```typescript
import { loadManifest } from '@angular-architects/module-federation';

loadManifest('assets/mf.manifest.json')
.catch((err) => console.error('Error loading remote entries', err))
Expand Down

0 comments on commit e63d5bd

Please sign in to comment.