Skip to content

Commit

Permalink
move reminder for Stackblitz + Angular 18
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Jul 12, 2024
1 parent 54a621a commit e8e40be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
8 changes: 0 additions & 8 deletions contrib/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
Problems with Stackblitz and Angular 18:

```
Error in turbo_modules/@fullcalendar/interaction@6.1.14/index.cjs (1:1)
Option 'bundler' can only be used when 'module' is set to 'preserve' or to 'es2015' or later.
```

Even though 'module' is set to es2022

## Note

Expand Down
8 changes: 2 additions & 6 deletions examples/angular18/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ npm run start # continously build, as a server

After running the `npm run start` command, you will be given a localhost URL that can be visited in a browser.

## StackBlitz Quirk
## TODO: fix StackBlitz Problems

To get this example working within [StackBlitz](https://stackblitz.com/), the following hack was added to `src/main.ts`. It can be safely removed in other environments.

```ts
import 'zone.js' // hack for StackBlitz
```
Unlike the Angular 17 project, this project dies in StackBlitz. Figure out why.

0 comments on commit e8e40be

Please sign in to comment.