Angular material tab not working properly2019 Community Moderator ElectionIn Angular, how do you determine the active route?Angular 2 Scroll to top on Route ChangeAngular Material 2 md-tab content heightAngular Material 2 TabsSideNav using angular materialAngular Material fade transitionMaterial designing issue in angular appsNested Angular material tabsAngular MatTab: Remember Selected TabAngular material auto complete change event not called when component loading?
Am I eligible for the Eurail Youth pass? I am 27.5 years old
How to terminate ping <dest> &
Probably overheated black color SMD pads
Does .bashrc contain syntax errors?
Is a party consisting of only a bard, a cleric, and a warlock functional long-term?
Writing in a Christian voice
Have the tides ever turned twice on any open problem?
gerund and noun applications
When to use snap-off blade knife and when to use trapezoid blade knife?
Usage and meaning of "up" in "...worth at least a thousand pounds up in London"
Help rendering a complicated sum/product formula
What favor did Moody owe Dumbledore?
Asserting that Atheism and Theism are both faith based positions
Brake pads destroying wheels
Can you move over difficult terrain with only 5 feet of movement?
How to generate binary array whose elements with values 1 are randomly drawn
Relation between independence and correlation of uniform random variables
Synchronized implementation of a bank account in Java
Worshiping one God at a time?
Violin - Can double stops be played when the strings are not next to each other?
Recruiter wants very extensive technical details about all of my previous work
Describing a chess game in a novel
Is there a hypothetical scenario that would make Earth uninhabitable for humans, but not for (the majority of) other animals?
Maths symbols and unicode-math input inside siunitx commands
Angular material tab not working properly
2019 Community Moderator ElectionIn Angular, how do you determine the active route?Angular 2 Scroll to top on Route ChangeAngular Material 2 md-tab content heightAngular Material 2 TabsSideNav using angular materialAngular Material fade transitionMaterial designing issue in angular appsNested Angular material tabsAngular MatTab: Remember Selected TabAngular material auto complete change event not called when component loading?
I am trying to implement angular material tabs in my angular app.
Angular are behaving abruptly in my code. On clicking they changes their position and then comes back to same position again To check my code, please use this link - https://stackblitz.com/github/vibhorgoyal18/atest-blog
The route for the page on which these tabs are implemented are - /login
add a comment |
I am trying to implement angular material tabs in my angular app.
Angular are behaving abruptly in my code. On clicking they changes their position and then comes back to same position again To check my code, please use this link - https://stackblitz.com/github/vibhorgoyal18/atest-blog
The route for the page on which these tabs are implemented are - /login
add a comment |
I am trying to implement angular material tabs in my angular app.
Angular are behaving abruptly in my code. On clicking they changes their position and then comes back to same position again To check my code, please use this link - https://stackblitz.com/github/vibhorgoyal18/atest-blog
The route for the page on which these tabs are implemented are - /login
I am trying to implement angular material tabs in my angular app.
Angular are behaving abruptly in my code. On clicking they changes their position and then comes back to same position again To check my code, please use this link - https://stackblitz.com/github/vibhorgoyal18/atest-blog
The route for the page on which these tabs are implemented are - /login
asked Mar 7 at 17:04
VIBHOR GOYALVIBHOR GOYAL
696
696
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Change
<mat-tab-group>
..
</mat-tab-group>
to
<mat-tab-group disableRipple>
..
</mat-tab-group>
read more about ripples here
Thanks that worked
– VIBHOR GOYAL
Mar 7 at 17:21
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55049277%2fangular-material-tab-not-working-properly%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Change
<mat-tab-group>
..
</mat-tab-group>
to
<mat-tab-group disableRipple>
..
</mat-tab-group>
read more about ripples here
Thanks that worked
– VIBHOR GOYAL
Mar 7 at 17:21
add a comment |
Change
<mat-tab-group>
..
</mat-tab-group>
to
<mat-tab-group disableRipple>
..
</mat-tab-group>
read more about ripples here
Thanks that worked
– VIBHOR GOYAL
Mar 7 at 17:21
add a comment |
Change
<mat-tab-group>
..
</mat-tab-group>
to
<mat-tab-group disableRipple>
..
</mat-tab-group>
read more about ripples here
Change
<mat-tab-group>
..
</mat-tab-group>
to
<mat-tab-group disableRipple>
..
</mat-tab-group>
read more about ripples here
edited Mar 7 at 17:22
answered Mar 7 at 17:20
GhanimaGhanima
592216
592216
Thanks that worked
– VIBHOR GOYAL
Mar 7 at 17:21
add a comment |
Thanks that worked
– VIBHOR GOYAL
Mar 7 at 17:21
Thanks that worked
– VIBHOR GOYAL
Mar 7 at 17:21
Thanks that worked
– VIBHOR GOYAL
Mar 7 at 17:21
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55049277%2fangular-material-tab-not-working-properly%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown