question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

md-tab without header

See original GitHub issue

To use tab as multi-page component just add following css code:

md-tab-group[no-header] > md-tab-header{   
    display:none;
}

And add no-header attribute in md-tab-group component

<md-tab-group no-header>
...
</md-tab-group>

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
willshowellcommented, Jul 7, 2017

@eqbalsajadi Due to the volume of issue reports and limited resources to triage them, the team asks that you follow the issue template when filing a new issue. For feature requests, this means describing in detail the current limitations and your motivation/use-case. A standardized template helps them quickly identify duplicate requests and prioritize fixes and features.

Since you mentioned wizard form, you may be interested in https://github.com/angular/material2/issues/508 where there is already lots of discussion about tab reuse and accessibility concerns.

0reactions
angular-automatic-lock-bot[bot]commented, Sep 6, 2019

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Read text file without header and separate columns - MathWorks
I have a text file with a big headliner, which I want to skip. The data I need starts in line 194 and...
Read more >
Import a CSV file with no header separating numbers from ...
Import a CSV file with no header separating numbers from symbols in a table - MATLAB Answers - MATLAB Central.
Read more >
remove the first header - MATLAB Answers - MathWorks
I want to import a table and then remove the first row, I want to use as headerline the second row (the one...
Read more >
how to load dat file without header? - MATLAB Answers
Since you have not attached any sample file, I am giving you an example with a attached file. Theme.
Read more >
how to remove header row - MATLAB Answers - MathWorks
I have a file and need to extract lines with specific names, namely rows that their forth colomns are str*dep01.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found