[Tabs] Position should not be exposed in documentation
See original GitHub issueBug, feature request, or proposal:
Bug
What is the expected behavior?
When setting the <md-card position=number>
it should position the tab relative to other position numbers.
What is the current behavior?
position is ignored
What are the steps to reproduce?
https://plnkr.co/edit/Wp2JJ5hS9QwCyZLWqDEn?p=info
What is the use-case or motivation for changing an existing behavior?
When using tabs being able to dynamically position is important (generating in ngFor).
Issue Analytics
- State:
- Created 6 years ago
- Comments:15 (8 by maintainers)
Top Results From Across the Web
TABS—Define Tabs - IBM
Attribute bytes are deleted from all hardware tab positions, causing the Tab Forward and Tab Backward keys to ignore hardware tabs defined on...
Read more >Tabs deep dive: placing tabs in documents - DocuSign
Anchor tagging places tabs at every location where a specified text string, also known as an anchor, is found in a document. You...
Read more >Show dots or leaders between tabs - Microsoft Support
The space between tabs can show dots, dashes, or other “leader” characters to ... and then select leader character option under Leader you...
Read more >Editor Tabs | IntelliJ IDEA Documentation - JetBrains
Tab placement. Use the list to set the location of editor tabs. If you select None, no tabs will be displayed, and any...
Read more >Setting Tabs - Suzanne S. Barnhill
The golden rules when it comes to using tabs are: do set the tab positions yourself, and don't press the tab key more...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@zbagley while you’re touching this, would you mind making a few other small doc changes for md-tab? If you don’t care to, I’ll take a crack later, but it would help clean up the tab api documentation page a lot!
templateLabel
has a jsdoc comment that needs backtick escaping (<ng-template md-tab-label>
)origin
should also not be exposed (leading underscore)get content()
should switch positions withprivate _contentPortal
so that the jsdoc comment is immediately precedingcontent
cc @andrewseguin: can you verify
#2
is a correct assumption? Also as to whethercontent
should even be exposed to the public?Oh, Sorry. I’m typing from my android and not able to visualize plunks correctly.