Skip to content

Commit c5c4f45

Browse files
authored
Update tutorial.md to fix code formatting
1 parent 2cdad2b commit c5c4f45

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

libs/mf/tutorial/tutorial.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,8 @@ So far, we just hardcoded the URLs pointing to our Micro Frontends. However, in
237237

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

240-
```typescript
241-
import { loadManifest } from '@angular-architects/module-federation';
242-
```
240+
```typescript
241+
import { loadManifest } from '@angular-architects/module-federation';
243242

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

0 commit comments

Comments
 (0)