Skip to content

Commit

Permalink
Fix CUSTOM_ELEMENTS_SCHEMA name
Browse files Browse the repository at this point in the history
Just a small typo in angular guide.
  • Loading branch information
dukex committed Mar 13, 2024
1 parent 9c05e80 commit ca30f2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/elements/angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const routes: Routes = [
export class AppRoutingModule {}
```

Finally, set up Angular to allow [Web Components](https://developer.mozilla.org/en-US/docs/Web/Web_Components). Head over to the `app-module.ts` file and add the [CUSTOM_PORTAL_SCHEMA](https://angular.io/api/core/CUSTOM_ELEMENTS_SCHEMA).
Finally, set up Angular to allow [Web Components](https://developer.mozilla.org/en-US/docs/Web/Web_Components). Head over to the `app-module.ts` file and add the [CUSTOM_ELEMENTS_SCHEMA](https://angular.io/api/core/CUSTOM_ELEMENTS_SCHEMA).

It'll end up looking like this:

Expand Down Expand Up @@ -123,4 +123,4 @@ And you should see the API reference documentation for the Zoom API.

## Configuration

See [Elements Configuration Options](elements-options.md).
See [Elements Configuration Options](elements-options.md).

0 comments on commit ca30f2b

Please sign in to comment.