-
Notifications
You must be signed in to change notification settings - Fork 3.2k
docs(angular): adding overlays documentation with explanation of 8.8's new custom injector functionality #4372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: feature-8.8
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…s new custom injector functionality
thetaPC
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor changes, the consistency with the sidebar is my main request.
| @@ -0,0 +1,201 @@ | |||
| --- | |||
| title: Overlay Components | |||
| sidebar_label: Overlay Components | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's stay consistent with React Overlays sidebar title and just call it "Overlays".
| sidebar_label: Overlay Components |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also include a "Docs for Overlays in Ionic" section like the React Overlays page?
| - `AngularModalOptions` - Extends `ModalOptions` with the `injector` property | ||
| - `AngularPopoverOptions` - Extends `PopoverOptions` with the `injector` property |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These might change based on the Ionic Framework PR discussion.
In v8.8, we'll add custom injectors to Angular modals and popovers. This documentation is in preparation for that support.